Update leenkx/blender/lnx/logicnode/custom/LN_seed_torrent.py
This commit is contained in:
parent
78109cfee2
commit
fb00ca88ff
@ -9,7 +9,8 @@ class SeedTorrentNode(LnxLogicTreeNode):
|
||||
lnx_category = 'Leenkx'
|
||||
lnx_version = 1
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(SeedTorrentNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user