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