Update app.py
This commit is contained in:
parent
2868322beb
commit
8a2a84691f
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -106,7 +106,7 @@ def start():
|
||||||
site = (data.get("site") or "").strip()
|
site = (data.get("site") or "").strip()
|
||||||
name = (data.get("name") or "").strip()
|
name = (data.get("name") or "").strip()
|
||||||
title = (data.get("title") 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))
|
workers = str(data.get("workers", 4))
|
||||||
|
|
||||||
if not site or not name or not title:
|
if not site or not name or not title:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue