testing webhooks

This commit is contained in:
2025-12-10 11:01:31 -05:00
parent da277e401b
commit e1718b6500

View File

@@ -61,4 +61,4 @@ start_background_threads()
if __name__ == '__main__': 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)