From dfb53fff89f5fb27697af7f37cf4a8a950dfd7ac Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 25 Mar 2025 20:18:57 -0400 Subject: [PATCH] And another line I forgot to remove. --- src/cthulhu/cthulhu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cthulhu/cthulhu.py b/src/cthulhu/cthulhu.py index 679f3c7..0913c64 100644 --- a/src/cthulhu/cthulhu.py +++ b/src/cthulhu/cthulhu.py @@ -920,7 +920,6 @@ class Cthulhu(GObject.Object): GObject.Object.__init__(self) # add members self.resourceManager = resource_manager.ResourceManager(self) - self.APIHelper = APIHelper(self) self.eventManager = _eventManager self.settingsManager = _settingsManager self.scriptManager = _scriptManager