From da277e401b96e14c027d933e4735e0da7f63b3b8 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Wed, 10 Dec 2025 10:56:48 -0500 Subject: [PATCH] testing webhooks --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5347685..90efff0 100644 --- a/main.py +++ b/main.py @@ -61,4 +61,4 @@ start_background_threads() if __name__ == '__main__': - app.run(debug=True, host='0.0.0.0', port=5000, threaded=True) \ No newline at end of file + app.run(debug=False, host='0.0.0.0', port=5000, threaded=True) \ No newline at end of file