Merge branch 'main' into FinalAdminUI

This commit is contained in:
Vlad Stan
2022-12-12 10:49:31 +02:00
committed by GitHub
10 changed files with 139 additions and 47 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ async def check_pending_payments():
)
# we delete expired invoices once upon the first pending check
if incoming:
logger.info("Task: deleting all expired invoices")
logger.debug("Task: deleting all expired invoices")
start_time: float = time.time()
await delete_expired_invoices(conn=conn)
logger.info(