diff --git a/addon/appModules/splstudio/splmisc.py b/addon/appModules/splstudio/splmisc.py index 31d0180e8..0307cf957 100755 --- a/addon/appModules/splstudio/splmisc.py +++ b/addon/appModules/splstudio/splmisc.py @@ -320,7 +320,7 @@ def _populateCarts( # if told to refresh, timestamps will be checked and updated banks will be reassigned. # Carts dictionary is used if and only if refresh is on, as it'll modify live carts. def cartExplorerInit( - StudioTitle: str, cartFiles: Optional[list[str]] = None, refresh: bool = False, carts: dict[str, Any] = None + StudioTitle: str, cartFiles: Optional[list[str]] = None, refresh: bool = False, carts: Optional[dict[str, Any]] = None ) -> dict[str, Any]: global _cartEditTimestamps log.debug("SPL: refreshing Cart Explorer" if refresh else "preparing cart Explorer")