fix (thank you paige)
This commit is contained in:
parent
87e8e051c0
commit
2b3409f9f3
1 changed files with 1 additions and 1 deletions
2
fetch.py
2
fetch.py
|
@ -29,7 +29,7 @@ def fetchQuoteData(quoteId):
|
||||||
# print(str(json.dumps(quoteData)))
|
# print(str(json.dumps(quoteData)))
|
||||||
print(quoteData.json())
|
print(quoteData.json())
|
||||||
else:
|
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
|
return None
|
||||||
|
|
||||||
fetchQuoteData(178)
|
fetchQuoteData(178)
|
||||||
|
|
Loading…
Add table
Reference in a new issue