diff options
Diffstat (limited to 'module/plugins/accounts/Keep2ShareCc.py')
-rw-r--r-- | module/plugins/accounts/Keep2ShareCc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/Keep2ShareCc.py b/module/plugins/accounts/Keep2ShareCc.py index 494f2938f..f5eda553e 100644 --- a/module/plugins/accounts/Keep2ShareCc.py +++ b/module/plugins/accounts/Keep2ShareCc.py @@ -8,7 +8,7 @@ from module.plugins.internal.Plugin import set_cookie class Keep2ShareCc(Account): - __name__ = "Keep2ShareCc" + __name = "Keep2ShareCc" __type__ = "account" __version__ = "0.10" __status__ = "testing" |