summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/Http.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/Http.py')
-rw-r--r--module/plugins/accounts/Http.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/module/plugins/accounts/Http.py b/module/plugins/accounts/Http.py
index e2f236e41..07e46eb07 100644
--- a/module/plugins/accounts/Http.py
+++ b/module/plugins/accounts/Http.py
@@ -4,11 +4,14 @@ from module.plugins.Account import Account
class Http(Account):
- __name__ = "Http"
+ __name__ = "Http"
+ __type__ = "account"
__version__ = "0.01"
- __type__ = "account"
+
__description__ = """Http dummy account plugin"""
- __author_name__ = "zoidberg"
- __author_mail__ = "zoidberg@mujmail.cz"
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+
- login_timeout = info_threshold = 1000000
+ info_threshold = 1000000
+ login_timeout = 1000000