Skip to content

Commit

Permalink
Update send_sign_in.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0catchcat authored Nov 28, 2024
1 parent 02bcd9b commit 8d96bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/send_sign_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 收集所有线程签到结果
global_sign_results = []
# 覆盖打卡,设置为True会导致每次运行都不检查签到历史从而重复签到,用于测试环境调试
RepeatCheckIn = True
RepeatCheckIn = False


# 处理单个用户的签到流程, 包括获取登录令牌、签到计划 ID、检查是否已签到以及执行签到操作。
Expand Down

0 comments on commit 8d96bc5

Please sign in to comment.