什么都没改

This commit is contained in:
MarkusJoe
2022-02-11 17:29:44 +08:00
parent e4683c1c40
commit da976c7808
1 file changed
+1 -1
+1 -1
View File
@@ -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])