From e6699b9f25e974745edd0517986aa3ba12a6a0f8 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Tue, 23 Jul 2024 00:03:34 +0000 Subject: [PATCH] Update Discord success message --- src/instawebhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instawebhooks.py b/src/instawebhooks.py index fda1186..584126e 100644 --- a/src/instawebhooks.py +++ b/src/instawebhooks.py @@ -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():