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