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

merge with dev

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