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.
2 parents f5899fc + 0d4ed56 commit ed73f08Copy full SHA for ed73f08
insecure-app/app.py
@@ -165,4 +165,4 @@ def index():
165
""", output=output)
166
167
if __name__ == '__main__':
168
- app.run(host='0.0.0.0', port=8080, debug=True)
+ app.run(host='0.0.0.0', port=8080)
0 commit comments