From 5951b9a460a82cf7818274ccbd7fa040ff118f19 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 4534494a6..f78e85ffc 100644 --- a/lnbits/extensions/satspay/crud.py +++ b/lnbits/extensions/satspay/crud.py @@ -169,4 +169,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 3d92232ee..ad80c2fc9 100644 --- a/lnbits/extensions/satspay/templates/satspay/index.html +++ b/lnbits/extensions/satspay/templates/satspay/index.html @@ -622,9 +622,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) }