changed ip to ::1 (and first deploy-test)
This commit is contained in:
parent
174ac4c363
commit
b32c78d4dc
|
@ -89,8 +89,8 @@ def on_message(client, userdata, msg):
|
|||
|
||||
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue