except_problems isn't optional

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-02-16 16:46:19 +01:00
parent d2bbb2c2bc
commit 0a9f1b14fe
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -152,7 +152,7 @@ class Plugin(E2EEPlugin):
return None
body = message['body']
expect_problems = {} # type: Optional[Dict[JID, List[int]]]
expect_problems = {} # type: Dict[JID, List[int]]
while True:
try: