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