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

crawl all

parent 85d4ea23
......@@ -35,7 +35,7 @@ with open(sys.argv[1]) as data_file:
print "ok"
os.chdir(str(y))
# print os.getcwd()
# print os.getcwd()
lstDays = os.listdir(".")
lstDays = [l for l in lstDays if not l.startswith('.')]
......
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