summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Xdcc.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 16:21:42 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-18 16:21:42 +0200
commit1db169b2a7f1df66777a1045b17fc948b1b45c42 (patch)
treee3df2bbef73737a21417b536ef15a4ea129bba05 /module/plugins/hoster/Xdcc.py
parentUsing in instead of has_key (diff)
downloadpyload-1db169b2a7f1df66777a1045b17fc948b1b45c42.tar.xz
Fixed some PEP8 violations
Diffstat (limited to 'module/plugins/hoster/Xdcc.py')
-rw-r--r--module/plugins/hoster/Xdcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/Xdcc.py b/module/plugins/hoster/Xdcc.py
index d358c63b5..53f61836b 100644
--- a/module/plugins/hoster/Xdcc.py
+++ b/module/plugins/hoster/Xdcc.py
@@ -132,7 +132,7 @@ class Xdcc(Hoster):
sock.send("PRIVMSG %s :xdcc send #%s\r\n" % (bot, pack))
else:
- if (dl_time + self.timeout) < time.time(): # todo: add in config
+ if (dl_time + self.timeout) < time.time(): # todo: add in config
sock.send("QUIT :byebye\r\n")
sock.close()
self.fail("XDCC Bot did not answer")