use bjoern's naming suggestion

This commit is contained in:
holger krekel
2020-05-22 18:08:06 +02:00
parent d0686ada83
commit 4b4e6e1732
5 changed files with 15 additions and 15 deletions

View File

@@ -4,4 +4,4 @@ from deltachat.capi import ffi, lib
if __name__ == "__main__":
ctx = capi.lib.dc_context_new(ffi.NULL, ffi.NULL)
lib.dc_io_stop(ctx)
lib.dc_stop_io(ctx)