Skip to content
Snippets Groups Projects
Verified Commit f6e9fac0 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Make server listen on 0.0.0.0

parent bfee5e29
Branches 53-set-up-backup
No related tags found
No related merge requests found
......@@ -44,4 +44,4 @@ def index():
if __name__ == '__main__':
printers = get_printers()
app.run()
app.run(host="0.0.0.0")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment