bind to 0.0.0.0 for now

This commit is contained in:
Kevin F 2021-10-03 07:07:12 +00:00
parent 85701e2cd2
commit 91ef34726c
1 changed files with 1 additions and 1 deletions

View File

@ -63,4 +63,4 @@ def start_server():
pass
mkdir(IMAGE_CACHE)
run(server='gevent')
run(server='gevent', host='0.0.0.0')