Explorar o código

修改过滤逻辑2

罗俊辉 hai 10 meses
pai
achega
47c9d8f598
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)