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
@@ -125,9 +125,9 @@ class SharedArgs:
return
try:
from Store.registry import Store as StoreRegistry
from PluginCore.backend_registry import BackendRegistry
registry = StoreRegistry(config=config, suppress_debug=True)
registry = BackendRegistry(config=config, suppress_debug=True)
available = registry.list_backends()
if available:
SharedArgs._cached_available_stores = available