ck 复制格式优化,修复错误

This commit is contained in:
yml2213
2026-06-25 09:16:23 +08:00
parent 4681136484
commit f21f82cbed
4 changed files with 12 additions and 10 deletions
-2
View File
@@ -69,7 +69,6 @@ class CookieEnricher:
self.CSRF_API,
headers=headers,
timeout=self.TIMEOUT,
max_retries=1,
)
response.raise_for_status()
@@ -120,7 +119,6 @@ class CookieEnricher:
self.ACF_CCN_API,
headers=headers,
timeout=self.TIMEOUT,
max_retries=1,
)
response.raise_for_status()