removed the unneeded sleep

This commit is contained in:
Luc Charland
2015-05-05 15:13:04 -04:00
committed by Francis Lachapelle
parent 7eb58db949
commit 43b6006a86
-1
View File
@@ -110,7 +110,6 @@ class WebDAVClient:
query.set_response(self.conn.getresponse());
except httplib.BadStatusLine, e:
print e
time.sleep(3)
query.set_response(self.conn.getresponse());
query.duration = time.time() - query.start