mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
No debug
This commit is contained in:
parent
12382e9c79
commit
7d2eb02d0c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue