diff --git a/src/cthulhu/cthulhu.py b/src/cthulhu/cthulhu.py index 4148638..40cc12d 100644 --- a/src/cthulhu/cthulhu.py +++ b/src/cthulhu/cthulhu.py @@ -103,8 +103,7 @@ class APIHelper: # Register for script change notifications self.app.getSignalManager().connectSignal( 'active-script-changed', - self._handleScriptChanged, - 'default' + self._handleScriptChanged ) def _handleScriptChanged(self, script):