This commit is contained in:
randogoth 2025-09-27 14:02:55 +03:00
parent cc56dec270
commit 6ec4d1e1ae

View file

@ -52,4 +52,4 @@ def track():
else:
return str(0)
serve(app, host='0.0.0.0', port=8001)
serve(app, host='0.0.0.0', port=5000)