Commit d63b444a authored by Mario Chirinos's avatar Mario Chirinos

last date finder

parent 5086677f
......@@ -28,7 +28,7 @@ def findLastDate(directory):
date = datetime.datetime.strptime(files[-1], '%Y-%m-%d')
return date
# i-=1
1+=1
i+=1
return None
#===============================================================================
......
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