now using campus API

This commit is contained in:
Tobias Kurze
2020-08-11 16:39:13 +02:00
parent 160076afcf
commit 9c19708381
9 changed files with 194 additions and 127 deletions

View File

@@ -75,7 +75,7 @@ def main():
wsb = WebSocketBase()
print("running websocket...(replaces normal app.run()")
wsb.start_websocket(debug=True)
wsb.start_websocket(debug=True, host="0.0.0.0")
# print("running web app...")
# app.run(debug=True, host="0.0.0.0", threaded=True)
wsb.send_test_msg()