add nites
This commit is contained in:
parent
9118e93b4a
commit
c52aad6a8e
@ -17,5 +17,6 @@ def hello():
|
|||||||
def fetchCorpus():
|
def fetchCorpus():
|
||||||
r = requests.get(CORPUS_URL, auth=(CORPUS_USER, CORPUS_PASS))
|
r = requests.get(CORPUS_URL, auth=(CORPUS_USER, CORPUS_PASS))
|
||||||
## Need to ungzip the response
|
## Need to ungzip the response
|
||||||
|
## See: https://stackoverflow.com/questions/40756106/decompress-python-requests-response-with-zlib
|
||||||
## Need to return the result
|
## Need to return the result
|
||||||
return
|
return
|
Reference in New Issue
Block a user