ck 复制格式优化,修复错误
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user