that's currently not doing anything
This commit is contained in:
parent
cc3cbddcd1
commit
46b23509e1
1 changed files with 1 additions and 1 deletions
2
fetch.py
2
fetch.py
|
@ -6,7 +6,7 @@ with open('config.json', 'r') as f:
|
||||||
|
|
||||||
def fetchQuote(quoteId):
|
def fetchQuote(quoteId):
|
||||||
processedId = str(config['imag']['server'] + quoteId)
|
processedId = str(config['imag']['server'] + quoteId)
|
||||||
quote = requests.get(processedId)
|
# quote = requests.get(processedId)
|
||||||
if quote.status_code == 200:
|
if quote.status_code == 200:
|
||||||
# return quote.content
|
# return quote.content
|
||||||
return processedId
|
return processedId
|
||||||
|
|
Loading…
Add table
Reference in a new issue