mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Typo in objects.
This commit is contained in:
parent
66d820e165
commit
21ec98cc0b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Command(BaseCommand):
|
|||
offset += limit
|
||||
for user_id in user_ids:
|
||||
try:
|
||||
user = User.objectrs.get(pk=user_id)
|
||||
user = User.objects.get(pk=user_id)
|
||||
except User.DoesNotExist:
|
||||
logging.debug(" ***> Couldn't find paypal user_id=%s" % user_id)
|
||||
failed.append(user_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue