From 5bc98f24704d49682e13c205a83746b2eeee36e9 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 19:22:13 -0600 Subject: [PATCH] oops --- fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.py b/fetch.py index a1133ac..8574548 100644 --- a/fetch.py +++ b/fetch.py @@ -5,7 +5,7 @@ with open('config.json', 'r') as f: config = json.load(f) def fetchQuote(quoteId): - processedId = str(config['imag']['server'] + quoteId) + processedId = str(config['imag']['server'] + "/image/" + quoteId) # quote = requests.get(processedId) #temporary code = 200