python: rename Deltachat class into DeltaChat

This commit is contained in:
link2xt
2022-12-04 13:56:53 +00:00
parent 2ccf39800d
commit 3cdbe213a3
5 changed files with 7 additions and 7 deletions

View File

@@ -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'