Rest before payment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user