1
0
Fork 0

oh that's what the problem was 🤦‍♀️

This commit is contained in:
Nyx 2025-01-31 19:20:45 -06:00
parent dbbafca7ac
commit 4b8d8adc84

View file

@ -7,7 +7,9 @@ with open('config.json', 'r') as f:
def fetchQuote(quoteId):
processedId = str(config['imag']['server'] + quoteId)
# quote = requests.get(processedId)
if quote.status_code == 200:
#temporary
code = 200
if code == 200:
# return quote.content
return processedId
print(processedId)