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

backwards tracker

parent 75add0f4
...@@ -87,9 +87,9 @@ with open(sys.argv[1]) as data_file: ...@@ -87,9 +87,9 @@ with open(sys.argv[1]) as data_file:
os.system("rm -R " + yy) os.system("rm -R " + yy)
os.chdir("..") os.chdir("..")
# os.system("rm -R " + media) os.system("rm -R " + media)
os.chdir(s['crawler']) os.chdir(s['crawler'])
os.system("rm " + filename) # os.system("rm " + filename)
os.chdir(mydir) os.chdir(mydir)
os.chdir("..") os.chdir("..")
......
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