Commit 7fe26ef5 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

backwards tracker

parent f62e3fb3
......@@ -60,7 +60,7 @@ with open(sys.argv[1]) as data_file:
os.chdir(scrapyDir+s['crawler'])
print media
print scrapycommand
# os.system(scrapycommand)
os.system(scrapycommand)
fileSize = os.stat(filename).st_size
if fileSize <= 3: os.system("rm " + filename)
else:
......
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