Kaynağa Gözat

优化 xxljob 参数配置
优化 limit 透传

luojunhui 1 hafta önce
ebeveyn
işleme
4a86c1e404
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/handlers/account_article_fetch.py

+ 1 - 0
src/handlers/account_article_fetch.py

@@ -14,6 +14,7 @@ from src.handlers._utils import get_db, parse_limit
 
 logger = logging.getLogger(__name__)
 
+
 @xxl_job("accountArticleFetch")
 async def account_article_fetch(param: str) -> dict:
     limit = parse_limit(param, ContentSupplyConst.ARTICLE_DEAL_LIMIT)