Skip to content
Snippets Groups Projects
Commit 58d194ad authored by Bstrdsmkr's avatar Bstrdsmkr
Browse files

Silence server

parent 0948a775
No related branches found
No related tags found
No related merge requests found
......@@ -78,4 +78,4 @@ def receive_triforce():
if user['ip'] == request.remote_addr:
print '{}: Challenge complete!'.format(user['nick'])
server.run(host='0.0.0.0', port=8181)
server.run(quiet=True, host='0.0.0.0', port=8181)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment