added host='0.0.0.0' to init

This commit is contained in:
Noretsa 2022-11-10 22:12:48 +03:00
parent beb1ee87c6
commit 60420dfa51

View File

@ -177,4 +177,4 @@ def its_page():
if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', debug=True)