From c0084a3ddf5d1d7584d0388d7e396edf2d0d473c Mon Sep 17 00:00:00 2001 From: Kale Date: Mon, 2 Aug 2021 08:37:53 -0700 Subject: [PATCH] Update 'crawler.py' --- crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: