From 0a9f1b14fe1ae0581cce11d6a185f5087a64f063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 16 Feb 2020 16:46:19 +0100 Subject: [PATCH] except_problems isn't optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio_plugins/omemo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio_plugins/omemo/__init__.py b/poezio_plugins/omemo/__init__.py index 7b62291..53ea84a 100644 --- a/poezio_plugins/omemo/__init__.py +++ b/poezio_plugins/omemo/__init__.py @@ -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: