From bb04aa579a7a8d764b703775005afeb871a6b5c5 Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+MarkusJoe@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:45:50 +0800 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index a13b83c..36d22f5 100644 --- a/app.py +++ b/app.py @@ -63,7 +63,7 @@ def api_page() -> Response | str: else: length = int(length) if not theme: - theme = 'moebooru' + theme = 'lewd' build_page_result = build_page(name, length, theme) if build_page_result[0]: response = make_response(build_page_result[1])