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