什么都没改

This commit is contained in:
MarkusJoe
2022-02-11 17:28:08 +08:00
parent 9acc09ae48
commit df16a6cafb
475 files changed
+7 -1

No files matched your search

+1 -1
View File
@@ -83,7 +83,7 @@ def api_page() -> Response or str:
else:
length = int(length)
if not theme:
theme = 'lewd'
theme = 'lisu'
build_page_result = build_page(name, length, theme)
if build_page_result[0]:
response = make_response(build_page_result[1])