Compare commits
2 Commits
f40bd4e2ca
...
f419b8573a
Author | SHA1 | Date | |
---|---|---|---|
f419b8573a | |||
c21df591bd |
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
|||||||
/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,5 +186,6 @@ def format_scan_result(scan_result):
|
|||||||
return formatted_result
|
return formatted_result
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
socketio.run(app, debug=True)
|
socketio.run(app, host='0.0.0.0', port=5001, debug=os.getenv('FLASK_DEBUG', 'False').lower() == 'true')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user