X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=rogue_chat_curses.py;h=e0f2f6a096b1ba43599930be8c28febb63444df6;hb=5702b6ad7f60dcc52ddbfe9cbedf13750ef84532;hp=0644a4ccc439ebda77eacce232162748a7aeabac;hpb=42bccd6fa2913b92d3679f10836c7597ceceef46;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index 0644a4c..e0f2f6a 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -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/')