From 5d3c2a69f040a8e4e0538a1fe7f64948aede0e0a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 27 Dec 2020 00:59:02 +0100 Subject: [PATCH] Use rC3 server as default testing server. --- README.txt | 2 +- rogue_chat_curses.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 2fb0e5a..0f59b23 100644 --- a/README.txt +++ b/README.txt @@ -39,7 +39,7 @@ $ ./rogue_chat_curses.py 'ws://localhost:8000/' The following automatically install the curses client's dependencies in a Python virtual environment and runs the client against -'wss://plomlompom.com/rogue_chat/', where an example RogueChat server +'wss://rc3.plomlompom.com/rogue_chat/', where an example RogueChat server runs: $ ./rogue_chat_curses.sh diff --git a/rogue_chat_curses.sh b/rogue_chat_curses.sh index 5fd7385..6155b00 100755 --- a/rogue_chat_curses.sh +++ b/rogue_chat_curses.sh @@ -3,4 +3,4 @@ python3 -m venv .venv . .venv/bin/activate pip install -r requirements_client.txt -./rogue_chat_curses.py 'wss://plomlompom.com/rogue_chat/' +./rogue_chat_curses.py 'wss://rc3.plomlompom.com/rogue_chat/' -- 2.30.2