Update 'crawler.py'

This commit is contained in:
Kale 2021-08-02 08:37:53 -07:00
parent 8ed6f4c3f2
commit c0084a3ddf
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

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