修改备注

This commit is contained in:
zk
2026-07-30 11:00:06 +08:00
parent e01b28a372
commit 6bb03242cd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from app.main import crawl
from app.spider.offershow import fetch_offershow
# 默认抓取条数,接口每页 20 条、翻页上限 2000 页
DEFAULT_LIMIT = 5000
DEFAULT_LIMIT = 300
def main() -> None: