home · contact · privacy
Simplify using the curses client to connect to current demo server.
[plomrogue2] / rogue_chat_curses.py
index 0644a4ccc439ebda77eacce232162748a7aeabac..e0f2f6a096b1ba43599930be8c28febb63444df6 100755 (executable)
@@ -762,4 +762,5 @@ class TUI:
                 self.send('TASK:WRITE %s %s' % (key, quote(self.password)))
                 self.switch_mode('play')
 
-TUI('localhost:5000')
+#TUI('localhost:5000')
+TUI('wss://plomlompom.com/rogue_chat/')