summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/XFileSharingPro.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-18 15:19:59 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-18 15:19:59 +0200
commit0c35c0f7fe126b87eccdf4f69933b84927956658 (patch)
treea4b1edfe5e56822fb0c3f34ad07d0d856a4dd943 /module/plugins/accounts/XFileSharingPro.py
parentUpdate accounts to use HOSTER_NAME instead HOSTER_URL (diff)
downloadpyload-0c35c0f7fe126b87eccdf4f69933b84927956658.tar.xz
[XFileSharingPro] Fix account __type__
Diffstat (limited to 'module/plugins/accounts/XFileSharingPro.py')
-rw-r--r--module/plugins/accounts/XFileSharingPro.py6
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")]