1
0
Fork 0
This commit is contained in:
Nyx 2025-01-31 19:22:13 -06:00
parent 4b8d8adc84
commit 5bc98f2470

View file

@ -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