mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
Update zbd.py
set timeout on pay_invoice to 40
This commit is contained in:
parent
96b42b1784
commit
9b9014a042
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class ZBDWallet(Wallet):
|
|||
"internalId": "",
|
||||
"callbackUrl": "",
|
||||
},
|
||||
timeout=None,
|
||||
timeout=40,
|
||||
)
|
||||
|
||||
if r.is_error:
|
||||
|
|
Loading…
Add table
Reference in a new issue