More FTP crawler bug fixes

This commit is contained in:
Simon
2018-06-24 18:05:30 -04:00
parent ab35ce96cc
commit e11343de23
3 changed files with 3 additions and 4 deletions

View File

@@ -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: