added host='0.0.0.0' to init
This commit is contained in:
parent
beb1ee87c6
commit
60420dfa51
@ -177,4 +177,4 @@ def its_page():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(host='0.0.0.0', debug=True)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user