mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
python: rename Deltachat class into DeltaChat
This commit is contained in:
@@ -8,7 +8,7 @@ import deltachat_rpc_client as dc
|
||||
|
||||
async def main():
|
||||
async with dc.Rpc() as rpc:
|
||||
deltachat = dc.Deltachat(rpc)
|
||||
deltachat = dc.DeltaChat(rpc)
|
||||
system_info = await deltachat.get_system_info()
|
||||
logging.info("Running deltachat core %s", system_info["deltachat_core_version"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user