Skip to content

Commit 7b60fd1

Browse files
committed
🩹 Disable debug mode for flask
1 parent b2cdb1c commit 7b60fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/python/flask-github-webhooks/webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ def index():
170170

171171

172172
if __name__ == '__main__':
173-
application.run(debug=True, host='0.0.0.0')
173+
application.run(debug=False, host='0.0.0.0')

0 commit comments

Comments
 (0)