diff options
Diffstat (limited to 'pyload/plugins/accounts/DdlstorageCom.py')
-rw-r--r-- | pyload/plugins/accounts/DdlstorageCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/accounts/DdlstorageCom.py b/pyload/plugins/accounts/DdlstorageCom.py index 7404348a4..08ff537da 100644 --- a/pyload/plugins/accounts/DdlstorageCom.py +++ b/pyload/plugins/accounts/DdlstorageCom.py @@ -15,8 +15,8 @@ class DdlstorageCom(XFSPAccount): __version__ = "1.00" __type__ = "account" __description__ = """DDLStorage.com account plugin""" - __author_name__ = ("stickell") - __author_mail__ = ("l.stickell@yahoo.it") + __author_name__ = "stickell" + __author_mail__ = "l.stickell@yahoo.it" MAIN_PAGE = "http://ddlstorage.com/" |