this repo has no description
0
fork

Configure Feed

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

fix typo

+1 -1
+1 -1
feedweb.py
··· 38 38 posts = manager.serve(feed_uri, limit, offset) 39 39 offset += len(posts) 40 40 41 - return dict(cursor=str(offset), feeds=[dict(post=uri) for uri in posts]) 41 + return dict(cursor=str(offset), feed=[dict(post=uri) for uri in posts]) 42 42 43 43 if __name__ == '__main__': 44 44 app.run(debug=True)