Update 'crawler.py'
This commit is contained in:
parent
8ed6f4c3f2
commit
c0084a3ddf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user