forked from n/quotes-bot-python
stub top/bottom quotes
This commit is contained in:
parent
66ff8f1474
commit
8deaabf5d8
1 changed files with 6 additions and 0 deletions
6
fetch.py
6
fetch.py
|
@ -32,4 +32,10 @@ def fetchQuoteData(quoteId):
|
||||||
print(f"An error occured while saving the file: {quoteData.status_code}")
|
print(f"An error occured while saving the file: {quoteData.status_code}")
|
||||||
return "This file probably doesn't exist."
|
return "This file probably doesn't exist."
|
||||||
|
|
||||||
|
def fetchTopQuotes(instance):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
|
def fetchBottomQuotes(instance):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
fetchQuoteData(178)
|
fetchQuoteData(178)
|
||||||
|
|
Loading…
Add table
Reference in a new issue