mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
fix: icon_url
This commit is contained in:
parent
232a9e9885
commit
bb32112169
@ -239,7 +239,6 @@ class InstallableExtension(BaseModel):
|
||||
self.name = config_json.get("name")
|
||||
self.short_description = config_json.get("short_description")
|
||||
self.icon = config_json.get("icon")
|
||||
self.icon_url = config_json.get("tile")
|
||||
|
||||
shutil.rmtree(self.ext_dir, True)
|
||||
shutil.copytree(
|
||||
|
Loading…
Reference in New Issue
Block a user