More notes and black

This commit is contained in:
benarc 2024-02-01 17:47:17 +00:00
parent 2c3d7a78ea
commit c50aaf5d8c
4 changed files with 7 additions and 7 deletions

View file

@ -11,11 +11,10 @@ from .crud import get_myextension, update_myextension
#######################################
########## RUN YOUR TASKS HERE #########
########## RUN YOUR TASKS HERE ########
#######################################
# the usual task is to listen to invoices related to this extension
# The usual task is to listen to invoices related to this extension
async def wait_for_paid_invoices():
@ -27,7 +26,7 @@ async def wait_for_paid_invoices():
await on_invoice_paid(payment)
# do somethhing when an invoice related top this extension is paid
# Do somethhing when an invoice related top this extension is paid
async def on_invoice_paid(payment: Payment) -> None: