Skip to content

Commit

Permalink
Fix description of the "spam" management command
Browse files Browse the repository at this point in the history
  • Loading branch information
bitofhope committed Jan 31, 2024
1 parent 5d398d3 commit dbe926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeemintternet/management/commands/spam.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def spam(subject, message, memberships=None):


class Command(BaseCommand):
help = "Remind user accounts that have unpaid membership fees"
help = "Send email to all users"

def handle(self, *args, **options): # pylint: disable=unused-argument
print("Subject:")
Expand Down

0 comments on commit dbe926d

Please sign in to comment.