summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UserAgentSwitcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/UserAgentSwitcher.py')
-rw-r--r--module/plugins/hooks/UserAgentSwitcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UserAgentSwitcher.py b/module/plugins/hooks/UserAgentSwitcher.py
index 4e714bf60..52f542268 100644
--- a/module/plugins/hooks/UserAgentSwitcher.py
+++ b/module/plugins/hooks/UserAgentSwitcher.py
@@ -7,7 +7,7 @@ from module.plugins.internal.Plugin import encode
class UserAgentSwitcher(Addon):
- __name = "UserAgentSwitcher"
+ __name__ = "UserAgentSwitcher"
__type__ = "hook"
__version__ = "0.11"
__status__ = "testing"