Skip to content

Commit

Permalink
Merge pull request #16 from nizzan/master
Browse files Browse the repository at this point in the history
Fixed: 'message_title'
  • Loading branch information
pvyParts committed Dec 5, 2022
2 parents 8ef6bec + 8d62356 commit 4c67aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signalpings/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def application_saved(sender, instance, created, **kwargs):
"](" + corporation_url(instance.form.corp.corporation_id) + ")"
sending = False
if created:
message = "New Corp Application"
message_title = "New Corp Application"
message_colour = GREEN
message_description = (
f"**{main_char}** Has applied to **{corp}**")
Expand Down

0 comments on commit 4c67aa8

Please sign in to comment.