mirror of https://gitlab.com/litecord/litecord.git
user.billing_job: fix logcall
This commit is contained in:
parent
61d553efb8
commit
40ea0ac603
|
|
@ -71,7 +71,8 @@ async def _process_user_payments(app, user_id: int):
|
|||
# give it as free.
|
||||
await create_payment(sub_id, app)
|
||||
else:
|
||||
log.debug('sid={}, missing {threshold - delta.days} days', sub_id)
|
||||
log.debug('sid={}, missing {} days',
|
||||
sub_id, threshold - delta.days)
|
||||
|
||||
|
||||
async def payment_job(app):
|
||||
|
|
|
|||
Loading…
Reference in New Issue