Support for more than just utf-8 and removed some debug info

This commit is contained in:
Simon
2018-06-18 13:44:19 -04:00
parent 7c47b0f00c
commit 8a73142ff8
4 changed files with 38 additions and 39 deletions

View File

@@ -80,8 +80,6 @@ class RemoteDirectoryCrawler:
def crawl_directory(self, out_file: str) -> CrawlResult:
import gc
gc.set_debug(gc.DEBUG_LEAK)
try:
directory = RemoteDirectoryFactory.get_directory(self.url)
root_listing = directory.list_dir("")