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

@@ -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)