Skip to content

Commit

Permalink
Update Discord success message
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 23, 2024
1 parent 6d6cd4b commit e6699b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instawebhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def send_to_discord(post: Post):
except HTTPError as http_error:
logger.error("HTTP error occurred: %s", http_error)
else:
logger.info("New post sent successfully: %s", r.text)
logger.info("New post sent to Discord successfully.")


def check_for_new_posts():
Expand Down

0 comments on commit e6699b9

Please sign in to comment.