From e1718b6500c12889ab18a278e6c8cef3459e78db Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Wed, 10 Dec 2025 11:01:31 -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