mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 07:09:03 +00:00
More FTP crawler bug fixes
This commit is contained in:
@@ -138,7 +138,6 @@ class RemoteDirectoryCrawler:
|
||||
path = in_q.get(timeout=150)
|
||||
except Empty:
|
||||
directory.close()
|
||||
print("Directory timed out")
|
||||
break
|
||||
|
||||
if path is None:
|
||||
|
||||
Reference in New Issue
Block a user