open model in web

This commit is contained in:
norohind 2021-11-29 19:49:30 +03:00
parent c6bab0c11e
commit 7970ea2143
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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: