Allow external connections to web interface

This commit is contained in:
Jonatan Pålsson 2017-06-04 18:10:59 +02:00
parent 0b0ff1b8c8
commit a80a37545a

View file

@ -339,7 +339,7 @@ def main():
# Start up database
create_tables()
t = threading.Thread(target=flaskapp.run, args=())
t = threading.Thread(target=flaskapp.run, kwargs={"host": "0.0.0.0"})
t.start()
# Create the logs directory