summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/XFileSharing.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-23 22:53:17 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-23 22:53:17 +0200
commitb47c05a08d0e04a9f81f6ff0fe0c6bea149e72a6 (patch)
tree3204999c1ed6efc58551b605238d082734a214d9 /module/plugins/hoster/XFileSharing.py
parentFix https://github.com/pyload/pyload/issues/2099 (diff)
downloadpyload-b47c05a08d0e04a9f81f6ff0fe0c6bea149e72a6.tar.xz
Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936
Diffstat (limited to 'module/plugins/hoster/XFileSharing.py')
-rw-r--r--module/plugins/hoster/XFileSharing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/XFileSharing.py b/module/plugins/hoster/XFileSharing.py
index cc8f5be68..532e1e1e2 100644
--- a/module/plugins/hoster/XFileSharing.py
+++ b/module/plugins/hoster/XFileSharing.py
@@ -8,7 +8,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo
class XFileSharing(XFSHoster):
__name__ = "XFileSharing"
__type__ = "hoster"
- __version__ = "0.60"
+ __version__ = "0.61"
__status__ = "testing"
__pattern__ = r'^unmatchable$'
@@ -55,7 +55,7 @@ class XFileSharing(XFSHoster):
#@TODO: Recheck in 0.4.10
def load_account(self):
class_name = self.classname
- self.__class__.__name__ = self.PLUGIN_NAME
+ self.__class__.__name__ = str(self.PLUGIN_NAME)
super(XFileSharing, self).load_account()
self.__class__.__name__ = class_name