diff options
Diffstat (limited to 'module/plugins/accounts/RarefileNet.py')
-rw-r--r-- | module/plugins/accounts/RarefileNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/RarefileNet.py b/module/plugins/accounts/RarefileNet.py index 52712478a..0004c0f79 100644 --- a/module/plugins/accounts/RarefileNet.py +++ b/module/plugins/accounts/RarefileNet.py @@ -4,7 +4,7 @@ from module.plugins.internal.XFSAccount import XFSAccount class RarefileNet(XFSAccount): - __name = "RarefileNet" + __name__ = "RarefileNet" __type__ = "account" __version__ = "0.06" __status__ = "testing" |