mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
python: rename Deltachat class into DeltaChat
This commit is contained in:
@@ -33,7 +33,7 @@ $ PATH="../target/debug:$PATH" ipython
|
||||
In [1]: from deltachat_rpc_client import *
|
||||
In [2]: rpc = Rpc()
|
||||
In [3]: await rpc.start()
|
||||
In [4]: dc = Deltachat(rpc)
|
||||
In [4]: dc = DeltaChat(rpc)
|
||||
In [5]: system_info = await dc.get_system_info()
|
||||
In [6]: system_info["level"]
|
||||
Out[6]: 'awesome'
|
||||
|
||||
Reference in New Issue
Block a user