From 46b23509e1cf935daf6e579235c47ab816bc2d45 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 19:16:06 -0600 Subject: [PATCH] that's currently not doing anything --- fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.py b/fetch.py index 9d524a7..134e7e4 100644 --- a/fetch.py +++ b/fetch.py @@ -6,7 +6,7 @@ with open('config.json', 'r') as f: def fetchQuote(quoteId): processedId = str(config['imag']['server'] + quoteId) - quote = requests.get(processedId) + # quote = requests.get(processedId) if quote.status_code == 200: # return quote.content return processedId