Compare commits

..

No commits in common. "f419b8573a12d2b3d95aea3b1bb24b876acbf264" and "f40bd4e2ca59687fe0066636ef609afbd4f78354" have entirely different histories.

2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
/templates/result.html
/templates/scan.html
/templates/upload.html
/venv
app.py~
app2.py
.env

3
app.py
View File

@ -186,6 +186,5 @@ def format_scan_result(scan_result):
return formatted_result
if __name__ == '__main__':
socketio.run(app, host='0.0.0.0', port=5001, debug=os.getenv('FLASK_DEBUG', 'False').lower() == 'true')
socketio.run(app, debug=True)