From 6f9d32478b122fd5c7e77ab4c2639af86e792cb6 Mon Sep 17 00:00:00 2001 From: Black Coffee Date: Tue, 25 Oct 2022 14:31:34 +0100 Subject: [PATCH] run isort and black --- lnbits/extensions/satspay/crud.py | 2 +- lnbits/extensions/satspay/templates/satspay/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lnbits/extensions/satspay/crud.py b/lnbits/extensions/satspay/crud.py index 7f4161a53..6ed324a4c 100644 --- a/lnbits/extensions/satspay/crud.py +++ b/lnbits/extensions/satspay/crud.py @@ -161,4 +161,4 @@ async def get_settings(user_id: str) -> SatsPaySettings: if row: return SatsPaySettings.from_row(row) else: - return None \ No newline at end of file + return None diff --git a/lnbits/extensions/satspay/templates/satspay/index.html b/lnbits/extensions/satspay/templates/satspay/index.html index 02d74653b..fb7c42855 100644 --- a/lnbits/extensions/satspay/templates/satspay/index.html +++ b/lnbits/extensions/satspay/templates/satspay/index.html @@ -630,9 +630,9 @@ '/satspay/api/v1/settings', this.g.user.wallets[0].inkey ) - if(data) { - this.formDialogSettings.data.custom_css = data.custom_css - } + if (data) { + this.formDialogSettings.data.custom_css = data.custom_css + } } catch (error) { LNbits.utils.notifyApiError(error) }