rss todos

This commit is contained in:
Michael Murtaugh 2016-01-08 17:01:43 +01:00
parent c4f3f95029
commit 62f95c6c78

View File

@ -13,6 +13,11 @@ import dateutil.parser
""" """
rss: rss:
Generate an RSS feed from an etherdump. Generate an RSS feed from an etherdump.
TODO NEXT
add back limit and ordering parameters to create filters to make a latest changes feed!
""" """
def group (items, key=lambda x: x): def group (items, key=lambda x: x):