diff --git a/leenkx/blender/lnx/logicnode/custom/LN_add_torrent.py b/leenkx/blender/lnx/logicnode/custom/LN_add_torrent.py index a98734c..ba743ee 100644 --- a/leenkx/blender/lnx/logicnode/custom/LN_add_torrent.py +++ b/leenkx/blender/lnx/logicnode/custom/LN_add_torrent.py @@ -9,7 +9,8 @@ class AddTorrentNode(LnxLogicTreeNode): lnx_category = 'Leenkx' lnx_version = 1 - def __init__(self): + def __init__(self, *args, **kwargs): + super(AddTorrentNode, self).__init__(*args, **kwargs) array_nodes[str(id(self))] = self