Commit e12847b4 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

backwards tracker

parent 58a9b455
......@@ -65,7 +65,7 @@ with open(sys.argv[1]) as data_file:
if fileSize <= 3: os.system("rm " + filename)
else:
os.chdir(scrapyDir)
os.system("python3 parse_date_files.py " + s['crawler'])
os.system("python3 parse_date_files.py " + s['crawler'] + " " + filename)
os.chdir(media)
mediaYears = os.listdir(".")
mediaYears.sort()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment