changed ip to ::1 (and first deploy-test)
This commit is contained in:
parent
174ac4c363
commit
b32c78d4dc
|
@ -87,10 +87,10 @@ def on_message(client, userdata, msg):
|
||||||
mode="standby"
|
mode="standby"
|
||||||
client.publish("raum2/flipdot/hangman","ended")
|
client.publish("raum2/flipdot/hangman","ended")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
flipdot = FlipdotSender("2001:67c:275c:a9::c", 2323)
|
flipdot = FlipdotSender("::1", 2323)
|
||||||
hangman= Hangman("2001:67c:275c:a9::c", 2323,flipdot)
|
hangman= Hangman("::1", 2323,flipdot)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue