fix: restore installed extensions

This commit is contained in:
Vlad Stan
2023-01-25 15:00:39 +02:00
parent 46faa62b8b
commit 8ab4cb8c08
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class Extension(NamedTuple):
return (
f"lnbits.extensions.{self.code}"
if self.upgrade_hash == ""
else f"lnbits.upgrades.{self.code}-{self.hash}.{self.code}"
else f"lnbits.upgrades.{self.code}-{self.upgrade_hash}.{self.code}"
)
@classmethod