summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-30 00:12:53 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-30 00:12:53 +0200
commit9fdc7e026f763368acea68a9c52d54bef952af54 (patch)
tree6898f0e327ccea5c903d902d5d70fe8b74859575 /module/plugins/internal
parentMerge pull request #1883 from joberreiter/joberreiter-patternxfshoster (diff)
downloadpyload-9fdc7e026f763368acea68a9c52d54bef952af54.tar.xz
[SimpleHoster] Fix https://github.com/pyload/pyload/issues/1890
Diffstat (limited to 'module/plugins/internal')
-rw-r--r--module/plugins/internal/SimpleHoster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index 00b63ac12..3bb3ff211 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -16,7 +16,7 @@ from module.utils import fixup, fs_encode, parseFileSize as parse_size
class SimpleHoster(Hoster):
__name__ = "SimpleHoster"
__type__ = "hoster"
- __version__ = "1.87"
+ __version__ = "1.88"
__status__ = "testing"
__pattern__ = r'^unmatchable$'
@@ -461,7 +461,7 @@ class SimpleHoster(Hoster):
self.fail()
finally:
- self.log_info(_("File status: ") + self.pyfile.getStatusName(status))
+ self.log_info(_("File status: ") + self.pyfile.getStatusName())
def check_name_size(self, getinfo=True):