summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSHoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-25 03:07:02 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-25 03:07:02 +0200
commit46b1695da26e6fab544844fc46ad352037396d62 (patch)
tree4cab220bc3f58a103367a70f03dc6e97349ac522 /module/plugins/internal/XFSHoster.py
parentMerge pull request #1425 from zapp-brannigan/patch-2 (diff)
downloadpyload-46b1695da26e6fab544844fc46ad352037396d62.tar.xz
[CaptchaService] Improve SolveMedia
Diffstat (limited to 'module/plugins/internal/XFSHoster.py')
-rw-r--r--module/plugins/internal/XFSHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index 24d06d993..e2818886c 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -86,7 +86,7 @@ class XFSHoster(SimpleHoster):
def handleFree(self, pyfile):
for i in xrange(1, 6):
- self.logDebug("Getting download link: #%d" % i)
+ self.logDebug("Getting download link #%d" % i)
self.checkErrors()