From 2da036e4e016cd70460826c1895f0a51ef53314f Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 29 Jan 2023 23:01:26 +0300 Subject: [PATCH] =?UTF-8?q?minor:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BE=D1=87=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?print()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oknardia/web/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oknardia/web/catalog.py b/oknardia/web/catalog.py index 9d2ab75..12f7182 100644 --- a/oknardia/web/catalog.py +++ b/oknardia/web/catalog.py @@ -490,7 +490,7 @@ def catalog_seria_info(request: HttpRequest, seria_name_translit: None, seria_id light_template_w_path = f"{TEMPLATES[0]['DIRS'][0]}/{light_template}" # print(f"{TEMPLATES[0]['DIRS'][0]}/{light_template}") # print(light_template_w_path) - print(light_template_w_path) + # print(light_template_w_path) if os.path.isfile(light_template_w_path): is_hard_template = False else: