summaryrefslogtreecommitdiff
path: root/chat_localhost.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat_localhost.py')
-rw-r--r--chat_localhost.py6
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()