Disable debugging

This commit is contained in:
kpcyrd 2015-02-02 23:41:59 +00:00
parent 75b991ae8b
commit d524540fa5

View file

@ -52,5 +52,4 @@ def done():
if __name__ == '__main__': if __name__ == '__main__':
app.debug = True
app.run(port=5001) app.run(port=5001)