testing webhooks

This commit is contained in:
2025-12-10 10:52:16 -05:00
parent 63b34bc61f
commit d6ed4fe218

View File

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