mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Merge branch 'master' of git@github.com:samuelclay/newsblur
This commit is contained in:
commit
1244fe0005
1 changed files with 0 additions and 4 deletions
|
@ -139,11 +139,7 @@ def load_single_feed(request):
|
|||
if author.stories_count > 1]
|
||||
|
||||
context = dict(stories=stories, feed_tags=feed_tags, feed_authors=feed_authors)
|
||||
|
||||
print offset, limit, len(context['stories']), context
|
||||
|
||||
data = json.encode(context)
|
||||
print data
|
||||
return HttpResponse(data, mimetype='application/json')
|
||||
|
||||
@suppress_logging_output
|
||||
|
|
Loading…
Add table
Reference in a new issue