added displayname

main
missytake 2023-12-14 23:50:04 +01:00
parent 0a50aaac7a
commit 56d095c281
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ def setup(email: str, password: str, db: str, debug: bool) -> deltachat.Account:
ac = deltachat.account.Account(db_path=db)
ac.set_config("delete_server_after", "2")
ac.set_config("displayname", "remember, remember")
ac.run_account(email, password, show_ffi=debug)
return ac