updated old legacy store names
This commit is contained in:
@@ -1661,7 +1661,7 @@ class Download_File(Cmdlet):
|
||||
"""Initialize store registry and determine whether a Hydrus backend is usable."""
|
||||
storage = None
|
||||
try:
|
||||
from Store import Store as _Store
|
||||
from PluginCore.backend_registry import BackendRegistry as _Store
|
||||
|
||||
storage = _Store(config)
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user