Skip to content

Commit

Permalink
Merge pull request #16 from developer-wlj/dev
Browse files Browse the repository at this point in the history
Update hd4fans.py
  • Loading branch information
jxxghp authored Jul 25, 2023
2 parents 5b0fb52 + 54fa219 commit 1828480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins/autosignin/sites/hd4fans.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def signin(self, site_info: CommentedMap) -> Tuple[bool, str]:
return False, '签到失败,cookie失效'

# 判断是否已签到
if self._success_text in html_text:
if self._repeat_text in html_text:
logger.info(f"{site} 今日已签到")
return True, '今日已签到'

Expand Down

0 comments on commit 1828480

Please sign in to comment.