diff --git a/mqtt-to-flipdot.py b/mqtt-to-flipdot.py index 3277be2..c9cae8b 100644 --- a/mqtt-to-flipdot.py +++ b/mqtt-to-flipdot.py @@ -90,6 +90,7 @@ def on_message(client, userdata, msg): flipdot = FlipdotSender("::1", 2323) + hangman= Hangman("::1", 2323,flipdot)