diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 15:19:59 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 15:19:59 +0200 |
commit | 0c35c0f7fe126b87eccdf4f69933b84927956658 (patch) | |
tree | a4b1edfe5e56822fb0c3f34ad07d0d856a4dd943 /module/plugins/accounts/XFileSharingPro.py | |
parent | Update accounts to use HOSTER_NAME instead HOSTER_URL (diff) | |
download | pyload-0c35c0f7fe126b87eccdf4f69933b84927956658.tar.xz |
[XFileSharingPro] Fix account __type__
Diffstat (limited to 'module/plugins/accounts/XFileSharingPro.py')
-rw-r--r-- | module/plugins/accounts/XFileSharingPro.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/accounts/XFileSharingPro.py b/module/plugins/accounts/XFileSharingPro.py index cd09c076d..d5a62c3a4 100644 --- a/module/plugins/accounts/XFileSharingPro.py +++ b/module/plugins/accounts/XFileSharingPro.py @@ -7,10 +7,10 @@ from module.plugins.internal.XFSPAccount import XFSPAccount class XFileSharingPro(XFSPAccount): __name__ = "XFileSharingPro" - __type__ = "crypter" - __version__ = "0.01" + __type__ = "account" + __version__ = "0.02" - __description__ = """XFileSharingPro dummy account plugin for hook""" + __description__ = """XFileSharingPro multi-purpose account plugin""" __license__ = "GPLv3" __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] |