diff --git a/RoutesApp/funcs.py b/RoutesApp/funcs.py index 17fce42..346847a 100644 --- a/RoutesApp/funcs.py +++ b/RoutesApp/funcs.py @@ -45,6 +45,8 @@ def get_routes_Dict(user=None, data=None): routes = routes[from_el:] elif to_el: routes = routes[:to_el] + else: + routes = routes[:25] res_Dict = {}