diff --git a/dislocker_auth.py b/dislocker_auth.py index 4e46ea8..9db2056 100644 --- a/dislocker_auth.py +++ b/dislocker_auth.py @@ -115,4 +115,4 @@ def stop(): if __name__ == '__main__': - app.run(host="0.0.0.0", port=5000, debug=True) \ No newline at end of file + app.run(host="0.0.0.0", port=5000, debug=False) \ No newline at end of file