diff options
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r-- | module/plugins/Account.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py index c147404e0..af286c393 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -39,8 +39,8 @@ class Account(Base): __version__ = "0.2" __type__ = "account" __description__ = """Account Plugin""" - __author_name__ = ("mkaay") - __author_mail__ = ("mkaay@mkaay.de") + __author_name__ = "mkaay" + __author_mail__ = "mkaay@mkaay.de" #: after that time [in minutes] pyload will relogin the account login_timeout = 600 |