Fixed a bug in the api helper.

This commit is contained in:
Storm Dragon 2025-04-04 19:47:02 -04:00
parent 1969c8498f
commit 9e66f0ac98

View File

@ -102,8 +102,9 @@ class APIHelper:
# Register for script change notifications
self.app.getSignalManager().connectSignal(
'active-script-changed',
self._handleScriptChanged
'active-script-changed',
self._handleScriptChanged,
'default'
)
def _handleScriptChanged(self, script):