Skip to content

Commit

Permalink
Update hd4fans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-wlj authored Jul 25, 2023
1 parent 5b0fb52 commit 54fa219
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 54fa219

Please sign in to comment.