SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cd7e82b757c6beca4c39f032ac55a7a344829b79
parent c565562c38d6040989692f9bfb96ebf2fb598cc8
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Tue,  9 Nov 2021 01:48:27 +1100

Fix webhook print format bug

Diffstat:
Msatsale.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/satsale.py b/satsale.py @@ -121,7 +121,7 @@ class create_payment(Resource): if webhook is None: webhook = None else: - print("Webhook payment: {}",format(webhook)) + print("Webhook payment: {}".format(webhook)) # Create the payment using one of the connected nodes as a base # ready to recieve the invoice.