diff --git a/crawler.py b/crawler.py index 9985b41..e6515df 100644 --- a/crawler.py +++ b/crawler.py @@ -68,7 +68,7 @@ def killingdup(duplicated_file): print("++ successful!") f.close() -def excluded(excluded_file ,incoming): +def excluded(excluded ,incoming): with open(excluded ,'r') as f: exclude = f.read().split() with open(incoming ,'r') as f: