mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 02:29:28 +02:00
Appeased the Python linter
This commit is contained in:
parent
0f1c019bdd
commit
a10ba8c41b
2 changed files with 7 additions and 7 deletions
|
@ -131,7 +131,8 @@ def wait_successful_IMAP_SMTP_connection(account):
|
|||
smtp_ok = True
|
||||
print("** IMAP and SMTP logins successful", account)
|
||||
|
||||
def wait_msgs_changed(account, chat_id, msg_id = None):
|
||||
|
||||
def wait_msgs_changed(account, chat_id, msg_id=None):
|
||||
ev = account._evlogger.get_matching("DC_EVENT_MSGS_CHANGED")
|
||||
assert ev[1] == chat_id
|
||||
if msg_id is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue