summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/CaptchaTrader.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/CaptchaTrader.py')
-rw-r--r--module/plugins/hooks/CaptchaTrader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/CaptchaTrader.py b/module/plugins/hooks/CaptchaTrader.py
index 067ee7c9b..bfb7088dc 100644
--- a/module/plugins/hooks/CaptchaTrader.py
+++ b/module/plugins/hooks/CaptchaTrader.py
@@ -48,7 +48,7 @@ class CaptchaTrader(Hook):
__config__ = [("activated", "bool", "Activated", False),
("username", "str", "Username", ""),
("force", "bool", "Force CT even if client is connected", False),
- ("passkey", "password", "Password", ""), ]
+ ("passkey", "password", "Password", "")]
__author_name__ = "RaNaN"
__author_mail__ = "RaNaN@pyload.org"