Skip to content

Commit 0a78fde

Browse files
Potential fix for code scanning alert no. 15: Flask app is run in debug mode
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 449865d commit 0a78fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,4 @@ def create_admin():
360360
app = create_app()
361361

362362
if __name__ == '__main__':
363-
app.run(host='0.0.0.0', port=5000, debug=True)
363+
app.run(host='0.0.0.0', port=5000)

0 commit comments

Comments
 (0)