something forgor
This commit is contained in:
parent
cd1ede1833
commit
cc3cbddcd1
1 changed files with 1 additions and 0 deletions
1
fetch.py
1
fetch.py
|
@ -10,5 +10,6 @@ def fetchQuote(quoteId):
|
|||
if quote.status_code == 200:
|
||||
# return quote.content
|
||||
return processedId
|
||||
print(processedId)
|
||||
else:
|
||||
return None
|
||||
|
|
Loading…
Add table
Reference in a new issue