From cc3cbddcd16b259d1d43d507b9096ea10954541c Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 19:14:08 -0600 Subject: [PATCH] something forgor --- fetch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch.py b/fetch.py index c31d2c3..9d524a7 100644 --- a/fetch.py +++ b/fetch.py @@ -10,5 +10,6 @@ def fetchQuote(quoteId): if quote.status_code == 200: # return quote.content return processedId + print(processedId) else: return None