serving on localhost
doesn’t require giving additional privileges
This commit is contained in:
parent
68e2e890a6
commit
9c4445abf9
@ -48,4 +48,4 @@ def index():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0', port=8080)
|
app.run(host='127.0.0.1', port=8080)
|
||||||
|
Loading…
Reference in New Issue
Block a user