diff --git a/fetch.py b/fetch.py index c31d2c3..9d524a7 100644 --- a/fetch.py +++ b/fetch.py @@ -10,5 +10,6 @@ def fetchQuote(quoteId): if quote.status_code == 200: # return quote.content return processedId + print(processedId) else: return None