From 0f32c925f591d2c0e327fa3c4ccf7f8ca1cc26ce Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Wed, 10 Dec 2025 12:16:53 -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