From 30a82fb905c0ec68a74db246a82ac1a8196c6d03 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sat, 22 Jun 2024 15:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.py b/render.py index 1e82a74..5eaeac7 100644 --- a/render.py +++ b/render.py @@ -102,7 +102,7 @@ if not (os.path.exists("build/topics")): str(ids)+"/"+str(page_counts)+".html", topics={ "topics": u_cfg[page_split*(page_counts-1):page_split*page_counts], "from_forum": list(filter(lambda d: d.get('id') == ids, json_res))[0]["name"], - "from_url": "/home.html" + "from_url": "/index.html" }, page={ "now": page_counts, "count": math.ceil(len(strs)/page_split),