made server available to other people on local network
This commit is contained in:
parent
1af37a8d8a
commit
bc5fcc9da2
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ def link_handoff(run, index):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
app.run(host="0.0.0.0",debug=True)
|
||||
|
|
Loading…
Reference in a new issue