Disabled thread pool for headers requests in listing

This commit is contained in:
Simon
2018-06-18 10:33:33 -04:00
parent b97b8f6784
commit 99d64b658b
2 changed files with 2 additions and 4 deletions

View File

@@ -120,7 +120,6 @@ class RemoteDirectoryCrawler:
files_q.put(None)
file_writer_thread.join()
return CrawlResult(files_written[0], "success")
def _process_listings(self, url: str, in_q: Queue, files_q: Queue):