Skip to content

Commit

Permalink
Fix Slack msg
Browse files Browse the repository at this point in the history
It should at least show the URL now
  • Loading branch information
ericholscher committed Feb 9, 2024
1 parent 6f77b2c commit 94302f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adserver/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def notify_on_ad_image_change(advertisement_id):
return

ad_url = generate_absolute_url(ad.get_absolute_url())
message = f"Ad <{ad_url}|{ad.name}> had its image changed to {ad.image.url}"
message = f"{ad.name} ({ad_url}) image uploaded: {ad.image.url}"

log.info(message)
slack_message(
Expand Down

0 comments on commit 94302f6

Please sign in to comment.