From 60420dfa5129bd314425be3013459f4f381c0211 Mon Sep 17 00:00:00 2001 From: Noretsa Date: Thu, 10 Nov 2022 22:12:48 +0300 Subject: [PATCH] added host='0.0.0.0' to init --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d0e3602..098c18a 100644 --- a/__init__.py +++ b/__init__.py @@ -177,4 +177,4 @@ def its_page(): if __name__ == '__main__': - app.run(debug=True) + app.run(host='0.0.0.0', debug=True)