Skip to content

Commit

Permalink
Updated send_card command
Browse files Browse the repository at this point in the history
  • Loading branch information
nilandev authored Dec 24, 2023
1 parent e5fa775 commit 4221499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bloggy/management/commands/send_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def handle(self, *args, **options):

else:
users = chain(
User.objects.all(),
Subscribers.objects.all(),
User.objects.all()
# Subscribers.objects.all(),
)

email_count = 0
Expand Down

0 comments on commit 4221499

Please sign in to comment.