We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cdb1c commit 7b60fd1Copy full SHA for 7b60fd1
hooks/python/flask-github-webhooks/webhooks.py
@@ -170,4 +170,4 @@ def index():
170
171
172
if __name__ == '__main__':
173
- application.run(debug=True, host='0.0.0.0')
+ application.run(debug=False, host='0.0.0.0')
0 commit comments