mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Fixing import from reader for anonymous.
This commit is contained in:
parent
578fa90b32
commit
144470feb4
1 changed files with 3 additions and 0 deletions
|
@ -252,6 +252,9 @@ class GoogleReaderImporter(Importer):
|
|||
self.process_feeds(feeds_xml)
|
||||
|
||||
def send_request(self, url):
|
||||
if not self.user.is_authenticated():
|
||||
return
|
||||
|
||||
user_tokens = OAuthToken.objects.filter(user=self.user)
|
||||
|
||||
if user_tokens.count():
|
||||
|
|
Loading…
Add table
Reference in a new issue