summaryrefslogtreecommitdiff
path: root/chat_localhost.py
blob: dcda24f8bcd3649aeabcb8ea5a584c6f448abb29 (plain)
1
2
3
4
5
6
#!/usr/bin/python

from chat import *


Chat(host="localhost:8082").main()