summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/RehostTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/RehostTo.py')
-rw-r--r--module/plugins/accounts/RehostTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/RehostTo.py b/module/plugins/accounts/RehostTo.py
index 4ff3f15a8..6414e564f 100644
--- a/module/plugins/accounts/RehostTo.py
+++ b/module/plugins/accounts/RehostTo.py
@@ -4,7 +4,7 @@ from module.plugins.internal.Account import Account
class RehostTo(Account):
- __name__ = "RehostTo"
+ __name = "RehostTo"
__type__ = "account"
__version__ = "0.21"
__status__ = "testing"