1
0
Fork 0

that's currently not doing anything

This commit is contained in:
Nyx 2025-01-31 19:16:06 -06:00
parent cc3cbddcd1
commit 46b23509e1

View file

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