make format

This commit is contained in:
Tiago Vasconcelos
2022-12-02 14:38:21 +00:00
parent 4410968bf5
commit 52cbc7d0f7
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -63,7 +63,9 @@ class Settings(BaseSettings):
)
lnbits_custom_logo: str = Field(default=None)
lnbits_ad_space_title: str = Field(default="Suported by")
lnbits_ad_space: str = Field(default="https://shop.lnbits.com/;https://raw.githubusercontent.com/lnbits/lnbits/main/lnbits/static/images/lnbits-shop-light.png;https://raw.githubusercontent.com/lnbits/lnbits/main/lnbits/static/images/lnbits-shop-dark.png") # sneaky sneaky
lnbits_ad_space: str = Field(
default="https://shop.lnbits.com/;https://raw.githubusercontent.com/lnbits/lnbits/main/lnbits/static/images/lnbits-shop-light.png;https://raw.githubusercontent.com/lnbits/lnbits/main/lnbits/static/images/lnbits-shop-dark.png"
) # sneaky sneaky
lnbits_ad_space_enabled: bool = Field(default=False)
# ops