made server available to other people on local network

This commit is contained in:
Hannes Klinckaert 2019-09-20 16:42:59 +02:00
parent 1af37a8d8a
commit bc5fcc9da2
1 changed files with 1 additions and 1 deletions

View File

@ -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)