change host

This commit is contained in:
2025-12-19 01:05:49 +03:00
parent ad577b1f4d
commit 3311003b8a
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -227,4 +227,4 @@ def make_request():
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=True, host="0.0.0.0", port=5000)