diff options
Diffstat (limited to 'module/plugins/accounts/HighWayMe.py')
-rw-r--r-- | module/plugins/accounts/HighWayMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/HighWayMe.py b/module/plugins/accounts/HighWayMe.py index 3b39b7da6..d722e0e52 100644 --- a/module/plugins/accounts/HighWayMe.py +++ b/module/plugins/accounts/HighWayMe.py @@ -5,7 +5,7 @@ from module.plugins.internal.Account import Account class HighWayMe(Account): - __name__ = "HighWayMe.py" + __name = "HighWayMe.py" __type__ = "account" __version__ = "0.06" __status__ = "testing" |