From ddc844456db448821c9b3125493fb8ffee4bfd35 Mon Sep 17 00:00:00 2001 From: SDE Date: Fri, 28 Feb 2025 16:24:50 +0300 Subject: [PATCH] 2.1.44 get_routes_Dict add now_DT --- RoutesApp/funcs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RoutesApp/funcs.py b/RoutesApp/funcs.py index 38b7190..6ba6f69 100644 --- a/RoutesApp/funcs.py +++ b/RoutesApp/funcs.py @@ -297,7 +297,8 @@ def get_routes_Dict(user=None, data=None): 'routes': routes, 'last_block': last_block, 'last_el': to_el, - 'next_page_els_count': next_page_els_count + 'next_page_els_count': next_page_els_count, + 'now_DT': datetime.now(), }) return res_Dict