This commit is contained in:
justuser
2024-08-16 19:02:11 +03:00
parent 27eba1fbf4
commit 89e34cd473
+1 -1
View File
@@ -91,4 +91,4 @@ def update_search(n):
return res
#app.run(debug=True, port = 5555)
app.run(debug=False, port = 5555)
app.run(debug=False, host = '0.0.0.0', port = 5555)