From e804ffa917d57957de1fe04b59835667dc81fbd1 Mon Sep 17 00:00:00 2001 From: sqozz Date: Wed, 10 Feb 2016 13:45:08 +0100 Subject: [PATCH] Disabled debug --- schort.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schort.py b/schort.py index b5443de..b74e7ec 100755 --- a/schort.py +++ b/schort.py @@ -69,4 +69,5 @@ def initDB(): if __name__ == '__main__': initDB() - app.run(debug=True) +# app.run(debug=True) + app.run(debug=False)