mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-27 09:11:57 +02:00
format
This commit is contained in:
parent
694a4e5054
commit
8ca390e0b0
@ -65,7 +65,9 @@ async def on_invoice_paid(payment: Payment) -> None:
|
|||||||
except (httpx.ConnectError, httpx.RequestError):
|
except (httpx.ConnectError, httpx.RequestError):
|
||||||
await mark_webhook_sent(payment, -1)
|
await mark_webhook_sent(payment, -1)
|
||||||
if payment.extra.get("comment"):
|
if payment.extra.get("comment"):
|
||||||
await websocketUpdater(copilot.id, str(data) + "-" + str(payment.extra.get("comment")))
|
await websocketUpdater(
|
||||||
|
copilot.id, str(data) + "-" + str(payment.extra.get("comment"))
|
||||||
|
)
|
||||||
|
|
||||||
await websocketUpdater(copilot.id, str(data) + "-none")
|
await websocketUpdater(copilot.id, str(data) + "-none")
|
||||||
|
|
||||||
|
@ -158,8 +158,8 @@
|
|||||||
color="primary"
|
color="primary"
|
||||||
size="md"
|
size="md"
|
||||||
@click="copyText(wslocation + '/api/v1/ws/' + settingsDialog.data.id, 'Link copied to clipboard!')"
|
@click="copyText(wslocation + '/api/v1/ws/' + settingsDialog.data.id, 'Link copied to clipboard!')"
|
||||||
>{% raw %}{{wslocation}}/api/v1/ws/{{settingsDialog.data.id}}{%
|
>{% raw %}{{wslocation}}/api/v1/ws/{{settingsDialog.data.id}}{% endraw
|
||||||
endraw %}<q-tooltip> Click to copy URL </q-tooltip>
|
%}<q-tooltip> Click to copy URL </q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
v-else
|
v-else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user