mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
removed the unneeded sleep
This commit is contained in:
committed by
Francis Lachapelle
parent
7eb58db949
commit
43b6006a86
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user