dongzhaorui 3 жил өмнө
parent
commit
dcedfe5235

+ 1 - 1
find_source/crawler/search_engines.py → find_source/crawler/searcher.py

@@ -1,6 +1,6 @@
 from abc import abstractmethod, ABCMeta
 
-from common.analysis import parse_urls
+from crawler.analysis import parse_urls
 from crawler.constants import RBF, MGO_VISIT
 from crawler.downloader import Downloader