updated some ports and fixed a bug with summary keys when getting data

This commit is contained in:
UpstreamData
2022-03-07 14:54:36 -07:00
parent 02114aac65
commit 7e91fe12e7
3 changed files with 3 additions and 3 deletions

View File

@@ -322,4 +322,4 @@ async def do_websocket_scan(websocket: WebSocket, network_ip: str):
if __name__ == "__main__":
uvicorn.run("app:app", host="127.0.0.1", port=80)
uvicorn.run("app:app", host="127.0.0.1", port=11115)