mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 07:09:03 +00:00
Support for more than just utf-8 and removed some debug info
This commit is contained in:
@@ -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("")
|
||||
|
||||
Reference in New Issue
Block a user