diff --git a/app.py b/app.py index 45f6149..5586bde 100755 --- a/app.py +++ b/app.py @@ -157,4 +157,4 @@ def dcard_dev(): if __name__ == "__main__": - app.run(debug=True, port=4980, host='0.0.0.0', threaded=False) + app.run(debug=False, port=4980, host='0.0.0.0', threaded=False)