Rest before payment

This commit is contained in:
Mark Veidemanis 2023-06-08 14:12:30 +01:00
parent c776278f04
commit 4802c5a5be
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ async def withdrawal_job(group=None):
continue continue
for amount, reason in pay_list_iter: for amount, reason in pay_list_iter:
await asyncio.sleep(31)
print("ITER", wallet, pay_list_iter) print("ITER", wallet, pay_list_iter)
print("ITER SENT", wallet, amount, reason) print("ITER SENT", wallet, amount, reason)