Update leenkx/blender/lnx/logicnode/custom/LN_add_torrent.py

This commit is contained in:
Onek8 2025-04-03 09:34:21 +00:00
parent 2f1e6783a4
commit d6b4b6eeea

View File

@ -9,7 +9,8 @@ class AddTorrentNode(LnxLogicTreeNode):
lnx_category = 'Leenkx' lnx_category = 'Leenkx'
lnx_version = 1 lnx_version = 1
def __init__(self): def __init__(self, *args, **kwargs):
super(AddTorrentNode, self).__init__(*args, **kwargs)
array_nodes[str(id(self))] = self array_nodes[str(id(self))] = self