Update hd4fans.py

fix 提示headers object has no attribute 'headers.items()'的错误
This commit is contained in:
developer-wlj 2023-07-26 10:51:34 +08:00 committed by GitHub
parent 764fdb93e9
commit 08df9c1424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ class HD4fans(_ISiteSigninHandler):
'action': 'checkin'
}
sign_res = RequestUtils(cookies=site_cookie,
headers=ua,
ua=ua,
proxies=settings.PROXY if proxy else None
).post_res(url="https://pt.hd4fans.org/checkin.php", data=data)
if not sign_res or sign_res.status_code != 200: