mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 09:19:42 +01:00
chore: code format
This commit is contained in:
parent
9d0cedfcb2
commit
980267cb51
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class InstallableExtension(BaseModel):
|
||||||
os.path.join(self.ext_upgrade_dir, self.id),
|
os.path.join(self.ext_upgrade_dir, self.id),
|
||||||
os.path.join("lnbits", "extensions", self.id),
|
os.path.join("lnbits", "extensions", self.id),
|
||||||
)
|
)
|
||||||
|
|
||||||
def nofiy_upgrade(self) -> None:
|
def nofiy_upgrade(self) -> None:
|
||||||
"""Update the the list of upgraded extensions. The middleware will perform redirects based on this"""
|
"""Update the the list of upgraded extensions. The middleware will perform redirects based on this"""
|
||||||
if not self.hash:
|
if not self.hash:
|
||||||
|
|
Loading…
Add table
Reference in a new issue