mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing non-delayed starred import.
This commit is contained in:
parent
9aafd8eab2
commit
ca37cab3ca
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ def import_starred_stories_from_google_reader(request):
|
||||||
code = 0
|
code = 0
|
||||||
feed_count = 0
|
feed_count = 0
|
||||||
starred_count = 0
|
starred_count = 0
|
||||||
|
delayed = False
|
||||||
|
|
||||||
if request.user.is_authenticated():
|
if request.user.is_authenticated():
|
||||||
reader_importer = GoogleReaderImporter(request.user)
|
reader_importer = GoogleReaderImporter(request.user)
|
||||||
|
|
Loading…
Add table
Reference in a new issue