This commit is contained in:
aaron 2025-09-19 20:20:18 +08:00
parent db5ec7a6be
commit 07eea6ca14

View File

@ -264,4 +264,4 @@ if __name__ == '__main__':
print("📊 访问地址: http://localhost:8080") print("📊 访问地址: http://localhost:8080")
print("=" * 60) print("=" * 60)
app.run(host='0.0.0.0', port=8081, debug=True) app.run(host='0.0.0.0', port=8080, debug=True)