Allow external connections to web interface
This commit is contained in:
parent
0b0ff1b8c8
commit
a80a37545a
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ def main():
|
||||||
# Start up database
|
# Start up database
|
||||||
create_tables()
|
create_tables()
|
||||||
|
|
||||||
t = threading.Thread(target=flaskapp.run, args=())
|
t = threading.Thread(target=flaskapp.run, kwargs={"host": "0.0.0.0"})
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
# Create the logs directory
|
# Create the logs directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue