Browse Source

修改过滤逻辑2

罗俊辉 10 months ago
parent
commit
47c9d8f598
1 changed files with 1 additions and 1 deletions
  1. 1 1
      alg_app.py

+ 1 - 1
alg_app.py

@@ -30,4 +30,4 @@ async def close_db():
 
 
 if __name__ == '__main__':
-    app.run(debug=True)
+    app.run(debug=True, host="0.0.0.0", port=6060)