diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 19:09:49 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 19:09:49 +0200 |
commit | 477120dfa8090f808ce17267896456c082714203 (patch) | |
tree | 6ad8d52bf354490a57d1890de3a78e37b2001f30 /module/plugins/accounts | |
parent | [RelinkUs] Fix regex errors and str conversion (diff) | |
download | pyload-477120dfa8090f808ce17267896456c082714203.tar.xz |
Fixed logging issue with coords values
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/XFileSharingPro.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/XFileSharingPro.py b/module/plugins/accounts/XFileSharingPro.py index 5be377c40..fba774b21 100644 --- a/module/plugins/accounts/XFileSharingPro.py +++ b/module/plugins/accounts/XFileSharingPro.py @@ -10,7 +10,7 @@ class XFileSharingPro(XFSPAccount): __type__ = "account" __version__ = "0.02" - __description__ = """XFileSharingPro dummy account plugin""" + __description__ = """XFileSharingPro multi-purpose account plugin""" __license__ = "GPLv3" __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] |