View Single Post
Old 06-25-2019, 03:01 PM   #2
fncll
Enthusiast
fncll began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2002
Location: AK
Looks like a simple fix, changing line 47 of the recipe to:

Code:
datetime.strptime(date, '%B %d %Y').date() >= oldest_date
fncll is offline   Reply With Quote