Rest before payment
This commit is contained in:
parent
c776278f04
commit
4802c5a5be
|
@ -116,6 +116,7 @@ async def withdrawal_job(group=None):
|
|||
continue
|
||||
|
||||
for amount, reason in pay_list_iter:
|
||||
await asyncio.sleep(31)
|
||||
print("ITER", wallet, pay_list_iter)
|
||||
print("ITER SENT", wallet, amount, reason)
|
||||
|
||||
|
|
Loading…
Reference in New Issue