diff options
Diffstat (limited to 'module/plugins/hoster/LolabitsEs.py')
-rw-r--r-- | module/plugins/hoster/LolabitsEs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/LolabitsEs.py b/module/plugins/hoster/LolabitsEs.py index 766f9d5b8..040bd70e7 100644 --- a/module/plugins/hoster/LolabitsEs.py +++ b/module/plugins/hoster/LolabitsEs.py @@ -7,7 +7,7 @@ from module.utils import html_unescape class LolabitsEs(SimpleHoster): - __name__ = "LolabitsEs" + __name = "LolabitsEs" __type__ = "hoster" __version__ = "0.03" __status__ = "testing" |