diff --git a/fetch.py b/fetch.py index ef9973d..4cb11ae 100644 --- a/fetch.py +++ b/fetch.py @@ -30,6 +30,6 @@ def fetchQuoteData(quoteId): print(quoteData.json()) else: print(f"An error occured while saving the file: {quoteData.status_code}") - return None + return "This file probably doesn't exist." fetchQuoteData(178)