testing webhooks

This commit is contained in:
2025-12-10 12:16:53 -05:00
parent e1718b6500
commit 0f32c925f5

View File

@@ -61,4 +61,4 @@ start_background_threads()
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=5000, threaded=True)
app.run(debug=False, host='0.0.0.0', port=5000, threaded=True)