diff options
Diffstat (limited to 'chat_localhost.py')
-rw-r--r-- | chat_localhost.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chat_localhost.py b/chat_localhost.py new file mode 100644 index 0000000..dcda24f --- /dev/null +++ b/chat_localhost.py @@ -0,0 +1,6 @@ +#!/usr/bin/python + +from chat import * + + +Chat(host="localhost:8082").main() |