mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 19:38:13 +02:00
fix flake8 F601 (dictionary key repeated with different values)
This commit is contained in:
parent
e05340269b
commit
3e42adc66f
@ -124,7 +124,7 @@ async def lnurl_callback(
|
||||
wallet_id=card.wallet,
|
||||
payment_request=pr,
|
||||
max_sat=card.tx_limit,
|
||||
extra={"tag": "boltcard", "tag": hit.id},
|
||||
extra={"tag": "boltcard", "hit": hit.id},
|
||||
)
|
||||
return {"status": "OK"}
|
||||
except Exception as exc:
|
||||
|
@ -18,7 +18,6 @@ def public_charge(charge: Charges):
|
||||
"timestamp": charge.timestamp,
|
||||
"time_elapsed": charge.time_elapsed,
|
||||
"time_left": charge.time_left,
|
||||
"paid": charge.paid,
|
||||
"custom_css": charge.custom_css,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user