From 7970ea2143895ee59b6737b4bfdf6dd685e92b7c Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:49:30 +0300 Subject: [PATCH] open model in web --- web/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/__init__.py b/web/__init__.py index 1812abb..e3021d0 100644 --- a/web/__init__.py +++ b/web/__init__.py @@ -5,6 +5,8 @@ import json from model import model from web import dynamic_js +model.open_model() + class SquadsInfoByTag: def on_get(self, req: falcon.request.Request, resp: falcon.response.Response, tag: str) -> None: