Skip to content

Commit

Permalink
fix: #53 #54 中出现的100041问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Apr 24, 2024
1 parent 59ecd4b commit d9072f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def start_go(tickets_info_str, time_start, interval, mode, total_attempts):
if _data["code"] == 0:
logging.info("极验GeeTest认证 成功")
else:
logging.info("极验GeeTest验证失败。")
logging.info(f"极验GeeTest验证失败。 {_data}")
yield [gr.update(value="极验GeeTest验证失败。重新验证", visible=True), gr.update(), gr.update(),
gr.update(),
gr.update(), gr.update()]
Expand Down

0 comments on commit d9072f7

Please sign in to comment.