From da976c7808b39b6bb27a024cf1d766c9e1b7b398 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Fri, 11 Feb 2022 17:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=80=E4=B9=88=E9=83=BD=E6=B2=A1=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b464d26..60040c4 100644 --- a/app.py +++ b/app.py @@ -83,7 +83,7 @@ def api_page() -> Response or str: else: length = int(length) if not theme: - theme = 'lisu' + theme = 'lewd' build_page_result = build_page(name, length, theme) if build_page_result[0]: response = make_response(build_page_result[1])