From 8a2a84691fa9c0cc30654cd52183f2c7cf5a2c69 Mon Sep 17 00:00:00 2001 From: Willy Date: Mon, 3 Nov 2025 22:11:26 +0100 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 24f858f..8c042ff 100644 --- a/app.py +++ b/app.py @@ -106,7 +106,7 @@ def start(): site = (data.get("site") or "").strip() name = (data.get("name") or "").strip() title = (data.get("title") or "").strip() - page_limit = str(data.get("page_limit", 20)) + page_limit = str(data.get("pageLimit", 20)) workers = str(data.get("workers", 4)) if not site or not name or not title: