From 7dd8a204fdaa4cc50a5d436407d7550b3507462c Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Wed, 11 Jun 2025 08:33:01 -0500 Subject: [PATCH] wording --- quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotes.py b/quotes.py index 0abedd7..3bd0d29 100644 --- a/quotes.py +++ b/quotes.py @@ -17,4 +17,4 @@ if response.reason == "OK": notify(-1, f'random quotes post: {loads(result.text)['url']}') else: if po_user_token: - notify(0, f'random quotes error: {result.status_code} - {result.reason}') + notify(0, f'quotes source read error: {result.status_code} - {result.reason}')