diff --git a/main.py b/main.py index 9115f03..e98e1b8 100644 --- a/main.py +++ b/main.py @@ -448,6 +448,7 @@ def project_list(head, sort="", per_page=20): if path in ("/projects/", "/projects"): ibles = global_ibles["/projects"] + total = len(ibles) else: if "projects" in path.split("/"): ibles = []