Update zbd.py

set timeout on pay_invoice to 40
This commit is contained in:
Bitkarrot
2024-02-23 16:11:27 -03:00
committed by Pavol Rusnak
parent 96b42b1784
commit 9b9014a042
+1 -1
View File
@@ -100,7 +100,7 @@ class ZBDWallet(Wallet):
"internalId": "", "internalId": "",
"callbackUrl": "", "callbackUrl": "",
}, },
timeout=None, timeout=40,
) )
if r.is_error: if r.is_error: