now using campus API
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user