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__": if __name__ == "__main__":
app.run(debug=True) app.run(debug=True, host="0.0.0.0", port=5000)
-6
View File
@@ -1,6 +0,0 @@
def main():
print("Hello from medods-vk!")
if __name__ == "__main__":
main()