2.1.44 get_routes_Dict add now_DT

This commit is contained in:
SDE
2025-02-28 16:24:50 +03:00
parent fef72df927
commit ddc844456d

View File

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