duqing2026 commited on
Commit
4c2d124
·
1 Parent(s): f0651e8

修改端口

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,4 +152,4 @@ if __name__ == '__main__':
152
  # 确保 problems 目录存在
153
  if not os.path.exists(PROBLEMS_DIR):
154
  os.makedirs(PROBLEMS_DIR)
155
- app.run(host='0.0.0.0', port=7870, debug=True)
 
152
  # 确保 problems 目录存在
153
  if not os.path.exists(PROBLEMS_DIR):
154
  os.makedirs(PROBLEMS_DIR)
155
+ app.run(host='0.0.0.0', port=7860, debug=True)