add nites

This commit is contained in:
Fred Boniface 2023-02-11 15:17:51 +00:00
parent 9118e93b4a
commit c52aad6a8e
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ def hello():
def fetchCorpus():
r = requests.get(CORPUS_URL, auth=(CORPUS_USER, CORPUS_PASS))
## Need to ungzip the response
## See: https://stackoverflow.com/questions/40756106/decompress-python-requests-response-with-zlib
## Need to return the result
return