fix (thank you paige)

This commit is contained in:
Nyx 2025-01-31 21:16:11 -06:00
parent 87e8e051c0
commit 2b3409f9f3

View file

@ -29,7 +29,7 @@ def fetchQuoteData(quoteId):
# print(str(json.dumps(quoteData)))
print(quoteData.json())
else:
print(f"An error occured while saving the file: {quote.status_code}")
print(f"An error occured while saving the file: {quoteData.status_code}")
return None
fetchQuoteData(178)