updated some ports and fixed a bug with summary keys when getting data
This commit is contained in:
@@ -2,4 +2,4 @@ from tools.web_monitor.app import app
|
||||
import uvicorn
|
||||
|
||||
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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user