Merge pull request #17 from developer-wlj/dev

This commit is contained in:
jxxghp 2023-07-26 11:57:00 +08:00 committed by GitHub
commit d51573bac9
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: