From 2b3409f9f385a97b6bb45f32c86a6f413dcd606d Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 21:16:11 -0600 Subject: [PATCH] fix (thank you paige) --- fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.py b/fetch.py index d6bb10f..db25475 100644 --- a/fetch.py +++ b/fetch.py @@ -29,7 +29,7 @@ def fetchQuoteData(quoteId): # print(str(json.dumps(quoteData))) print(quoteData.json()) else: - print(f"An error occured while saving the file: {quote.status_code}") + print(f"An error occured while saving the file: {quoteData.status_code}") return None fetchQuoteData(178)