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

@@ -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"])