diff options
Diffstat (limited to 'module/plugins/hoster/RapidfileshareNet.py')
-rw-r--r-- | module/plugins/hoster/RapidfileshareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RapidfileshareNet.py b/module/plugins/hoster/RapidfileshareNet.py index 5dd3ba82d..0bfb693b2 100644 --- a/module/plugins/hoster/RapidfileshareNet.py +++ b/module/plugins/hoster/RapidfileshareNet.py @@ -4,7 +4,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo class RapidfileshareNet(XFSHoster): - __name__ = "RapidfileshareNet" + __name = "RapidfileshareNet" __type__ = "hoster" __version__ = "0.04" __status__ = "testing" |