diff options
Diffstat (limited to 'module/plugins/hooks/UserAgentSwitcher.py')
-rw-r--r-- | module/plugins/hooks/UserAgentSwitcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UserAgentSwitcher.py b/module/plugins/hooks/UserAgentSwitcher.py index 52f542268..4e714bf60 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" |