change port

This commit is contained in:
zhl 2021-06-17 17:41:00 +08:00
parent 7c184ae9f9
commit 98106ecef9

View File

@ -72,4 +72,4 @@ async def check_content(item: Item):
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8009)
uvicorn.run(app, host="0.0.0.0", port=8019)