We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181e84b commit 3c24f7aCopy full SHA for 3c24f7a
1 file changed
msgflo/msgflo.py
@@ -27,7 +27,7 @@
27
import haigha
28
from haigha.connection import Connection as haigha_Connection
29
from haigha.message import Message as haigha_Message
30
-except ImportError as e:
+except (ImportError, SyntaxError) as e:
31
haigha = e
32
33
# MQTT
0 commit comments