diff --git a/fetch.py b/fetch.py index d6bb10f..db25475 100644 --- a/fetch.py +++ b/fetch.py @@ -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)