This commit is contained in:
randogoth 2023-05-21 22:55:22 +03:00
parent 23948442cb
commit 12e3fe43d2
2 changed files with 1 additions and 38 deletions

View file

@ -36,4 +36,4 @@ def track():
else:
return 'hash missing'
app.run()
app.run(port=8001)