Skip to content

Commit

Permalink
新增关注有礼测试,
Browse files Browse the repository at this point in the history
1.新增start.sh,理论兼容v4-bot环境,自行测试,有问题请反馈。
2.修复手机开着代理跑0豆。
3.新增env环境读取通知变量
  • Loading branch information
curtinlv committed Jun 6, 2021
1 parent 507458b commit fbea8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getFollowGifts/jd_getFollowGift.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,10 @@ def start():
for name, pinname in zip(userNameList, pinNameList):
try:
userCountBean = usergetGiftinfo['{}'.format(pinname)]
message(f"账号{n}:【{name}\n\t└收获{userCountBean}京豆")
message(f"账号{n}:【{name}\n\t└收获 {userCountBean} 京豆")
all_get_bean += userCountBean
except Exception as e:
message(f"账号{n}:【{name}\n\t└收获【0】京豆")
message(f"账号{n}:【{name}\n\t└收获 0 京豆")
n += 1
message(f"\n本次总累计获得:{all_get_bean} 京豆")
message("\n------- 总耗时 : %.03f 秒 seconds -------" % (endtime - starttime))
Expand Down

0 comments on commit fbea8ac

Please sign in to comment.