恢复端口为16025

This commit is contained in:
2026-07-07 13:23:36 +08:00
parent ef4d26f11b
commit f7f14d7114
9 changed files with 26 additions and 26 deletions

4
app.py
View File

@@ -583,5 +583,5 @@ if __name__ == '__main__':
print(" agent-browser: npm install -g agent-browser && agent-browser install")
print(" playwright: pip install playwright && playwright install chromium")
print("\n🚀 Server running on http://0.0.0.0:16026")
app.run(host='0.0.0.0', port=16026, debug=True)
print("\n🚀 Server running on http://0.0.0.0:16025")
app.run(host='0.0.0.0', port=16025, debug=True)