This commit is contained in:
Kovid Goyal 2011-07-06 08:57:29 -06:00
parent 34c84014b6
commit fb01041335

View File

@ -68,7 +68,6 @@ class xISBN(Thread):
self.exception = self.tb = None
def run(self):
time.sleep(20)
try:
self.isbns, self.min_year = xisbn.get_isbn_pool(self.isbn)
except Exception as e: