removed the unneeded sleep

pull/91/head
Luc Charland 2015-05-05 15:13:04 -04:00 committed by Francis Lachapelle
parent 7eb58db949
commit 43b6006a86
1 changed files with 0 additions and 1 deletions

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