优化代码1

This commit is contained in:
yinzhou 2025-02-11 18:13:27 +08:00
parent d1591e065b
commit 7231132f88

View File

@ -28,4 +28,4 @@ def weather_flag():
if __name__ == '__main__':
uvicorn.run(app='main:app', host='0.0.0.0', port=1314, reload=True)
uvicorn.run(app='main:app', host='192.168.31.146', port=1314, reload=True)