1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-01-25 15:29:38 +01:00
parent 12382e9c79
commit 7d2eb02d0c

View file

@ -32,6 +32,6 @@ def page_leaderboards():
if __name__ == "__main__":
try:
app.run(host="0.0.0.0", port=1234, debug=True)
app.run(host="0.0.0.0", port=1234)
except KeyboardInterrupt:
pass
pass