diff --git a/source/addonHandler/__init__.py b/source/addonHandler/__init__.py index ff0509e6ea0..43c740848ef 100644 --- a/source/addonHandler/__init__.py +++ b/source/addonHandler/__init__.py @@ -64,6 +64,8 @@ def loadState(): state["pendingDisableSet"] = set() if "pendingEnableSet" not in state: state["pendingEnableSet"] = set() + if "noUpdates" not in state: + state["noUpdates"] = set() except: # Defaults. state = {