完成 Ruff 全量清理
This commit is contained in:
@@ -44,7 +44,7 @@ class CookieEnricher:
|
||||
self.generate_acf_ccn_cookie()
|
||||
logger.info("补CK完成")
|
||||
return
|
||||
except Exception as e:
|
||||
except Exception as e: # noqa: BLE001 外部接口与任务边界需要保留宽泛异常兜底
|
||||
last_error = e
|
||||
logger.warning(f"补CK失败 {attempt}/{max_attempts}: {e}")
|
||||
if attempt < max_attempts:
|
||||
|
||||
Reference in New Issue
Block a user