From b32c78d4dcfb91cd7e7d6fcef247e2e0ad1b38c0 Mon Sep 17 00:00:00 2001 From: Stefan Kinzel Date: Thu, 16 Feb 2017 23:16:08 +0100 Subject: [PATCH] changed ip to ::1 (and first deploy-test) --- mqtt-to-flipdot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mqtt-to-flipdot.py b/mqtt-to-flipdot.py index fe4b837..3277be2 100644 --- a/mqtt-to-flipdot.py +++ b/mqtt-to-flipdot.py @@ -87,10 +87,10 @@ def on_message(client, userdata, msg): mode="standby" client.publish("raum2/flipdot/hangman","ended") - + -flipdot = FlipdotSender("2001:67c:275c:a9::c", 2323) -hangman= Hangman("2001:67c:275c:a9::c", 2323,flipdot) +flipdot = FlipdotSender("::1", 2323) +hangman= Hangman("::1", 2323,flipdot)