summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SoundcloudCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SoundcloudCom.py')
-rw-r--r--module/plugins/hoster/SoundcloudCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SoundcloudCom.py b/module/plugins/hoster/SoundcloudCom.py
index a7a45d028..4a1d5045e 100644
--- a/module/plugins/hoster/SoundcloudCom.py
+++ b/module/plugins/hoster/SoundcloudCom.py
@@ -7,7 +7,7 @@ from module.common.json_layer import json_loads
class SoundcloudCom(SimpleHoster):
- __name__ = "SoundcloudCom"
+ __name = "SoundcloudCom"
__type__ = "hoster"
__version__ = "0.12"
__status__ = "testing"