changed ip to ::1 (and first deploy-test)

This commit is contained in:
Stefan Kinzel 2017-02-16 23:16:08 +01:00
parent 174ac4c363
commit b32c78d4dc
1 changed files with 3 additions and 3 deletions

View File

@ -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)