updated old legacy store names

This commit is contained in:
2026-05-23 13:49:47 -07:00
parent e8913d1344
commit a8cdd09e1e
31 changed files with 466 additions and 469 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ from ._shared import (
normalize_hash,
)
from SYS.logger import log
from Store import Store
from PluginCore.backend_registry import BackendRegistry
class Delete_Url(Cmdlet):
@@ -106,7 +106,7 @@ class Delete_Url(Cmdlet):
# Get backend and delete url
try:
storage = Store(config)
storage = BackendRegistry(config)
store_override = parsed.get("instance")