Compare commits
No commits in common. "f419b8573a12d2b3d95aea3b1bb24b876acbf264" and "f40bd4e2ca59687fe0066636ef609afbd4f78354" have entirely different histories.
f419b8573a
...
f40bd4e2ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,7 +5,6 @@
|
|||||||
/templates/result.html
|
/templates/result.html
|
||||||
/templates/scan.html
|
/templates/scan.html
|
||||||
/templates/upload.html
|
/templates/upload.html
|
||||||
/venv
|
|
||||||
app.py~
|
app.py~
|
||||||
app2.py
|
app2.py
|
||||||
.env
|
.env
|
||||||
|
3
app.py
3
app.py
@ -186,6 +186,5 @@ def format_scan_result(scan_result):
|
|||||||
return formatted_result
|
return formatted_result
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user