this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rapidfire.py: fix name of param

+1 -1
+1 -1
feeds/rapidfire.py
··· 57 57 feed = [dict(post=uri) for (uri,) in cur] 58 58 offset += len(feed) 59 59 60 - return dict(offset=str(offset), feed=feed) 60 + return dict(cursor=str(offset), feed=feed)