mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-01 18:25:05 -05:00
There have been some None object has no date() attribute errors in the logs. Not sure how one of start/end are being set to None and not the other, but went ahead and moved the call to date() inside the conditional that checks whether both exist to make sure the correct error message gets set.