Browse Source

rss todos

add-quote-import
Michael Murtaugh 8 years ago
parent
commit
62f95c6c78
  1. 5
      etherdump/commands/rss.py

5
etherdump/commands/rss.py

@ -13,6 +13,11 @@ import dateutil.parser
"""
rss:
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):

Loading…
Cancel
Save