diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-27 10:29:06 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-27 10:29:06 +0200 |
commit | 5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6 (patch) | |
tree | 046fe11e36d73e7c601d9a32ea5ab2ee1bbd9fd1 /module/plugins/hoster/UploadableCh.py | |
parent | Update internal plugins (diff) | |
download | pyload-5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6.tar.xz |
Then update others
Diffstat (limited to 'module/plugins/hoster/UploadableCh.py')
-rw-r--r-- | module/plugins/hoster/UploadableCh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UploadableCh.py b/module/plugins/hoster/UploadableCh.py index 2f3abcfcd..88d79e9ba 100644 --- a/module/plugins/hoster/UploadableCh.py +++ b/module/plugins/hoster/UploadableCh.py @@ -71,7 +71,7 @@ class UploadableCh(SimpleHoster): self.wait(60 * 60, True) self.retry() - return super(UploadableCh, self).checkFile() + return super(UploadableCh, self).check_file() getInfo = create_getInfo(UploadableCh) |