Skip to content

Commit

Permalink
Update crysadm_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntek authored May 21, 2018
1 parent 164523f commit 57d7ae1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crysadm_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,11 @@ def check_drawcash(cookies):
if wc_pkg > 10:
if wc_pkg > 200: wc_pkg = 200
r = draw_cash(cookies, wc_pkg)
loging(user_info, '自动执行', '提现', cookies.get('userid'), r.get('rd'))
if r.get('r') != 0:
log = r.get('rd')
else:
log = '领取:%s元.' % wc_pkg
loging(user_info, '自动执行', '提现', cookies.get('userid'), log)
time.sleep(3)

# 执行免费宝箱函数
Expand Down

0 comments on commit 57d7ae1

Please sign in to comment.