[F] Fix port
This commit is contained in:
+1
-1
@@ -72,4 +72,4 @@ def scan(uid: str):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
uvicorn.run(app, host="0.0.0.0", port=8249)
|
uvicorn.run(app, host="0.0.0.0", port=PORT)
|
||||||
|
|||||||
Reference in New Issue
Block a user