except_problems isn't optional
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
d2bbb2c2bc
commit
0a9f1b14fe
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Plugin(E2EEPlugin):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
body = message['body']
|
body = message['body']
|
||||||
expect_problems = {} # type: Optional[Dict[JID, List[int]]]
|
expect_problems = {} # type: Dict[JID, List[int]]
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue