bind to 0.0.0.0 for now
This commit is contained in:
parent
85701e2cd2
commit
91ef34726c
@ -63,4 +63,4 @@ def start_server():
|
||||
pass
|
||||
mkdir(IMAGE_CACHE)
|
||||
|
||||
run(server='gevent')
|
||||
run(server='gevent', host='0.0.0.0')
|
Loading…
Reference in New Issue
Block a user