testing webhooks

This commit is contained in:
2025-12-10 10:56:48 -05:00
parent d6ed4fe218
commit da277e401b

View File

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