oops
This commit is contained in:
parent
4b8d8adc84
commit
5bc98f2470
1 changed files with 1 additions and 1 deletions
2
fetch.py
2
fetch.py
|
@ -5,7 +5,7 @@ with open('config.json', 'r') as f:
|
||||||
config = json.load(f)
|
config = json.load(f)
|
||||||
|
|
||||||
def fetchQuote(quoteId):
|
def fetchQuote(quoteId):
|
||||||
processedId = str(config['imag']['server'] + quoteId)
|
processedId = str(config['imag']['server'] + "/image/" + quoteId)
|
||||||
# quote = requests.get(processedId)
|
# quote = requests.get(processedId)
|
||||||
#temporary
|
#temporary
|
||||||
code = 200
|
code = 200
|
||||||
|
|
Loading…
Add table
Reference in a new issue