proper sort order when reading more than one entry at a time

put entries in the feed, sorted by the retrieved date first, then
break ties based on the published date.
This commit is contained in:
Kyle Mahan 2015-03-20 23:07:52 -07:00
parent 5f1baa228f
commit 127035e328
5 changed files with 23 additions and 22 deletions

View file

@ -7,4 +7,4 @@ module=woodwind.wsgi
import=timers
attach-daemon=rqworker
attach-daemon=python -m woodwind.websocket_server
python-auto-reload=true
py-autoreload=3