Skip to content

Commit

Permalink
Fix signal for primary character logs (minmatarfleet#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearthatcares authored Jun 9, 2024
1 parent 8511193 commit 91e3a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/eveonline/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ def notify_people_team_of_primary_character_change(
if created:
discord.create_message(
DISCORD_PEOPLE_TEAM_CHANNEL_ID,
f"Primary character change for {instance.user.username} from {instance.previous_character_name} to {instance.new_character_name}",
f"Primary character change for {instance.username} from {instance.previous_character_name} to {instance.new_character_name}",
)

0 comments on commit 91e3a57

Please sign in to comment.