diff --git a/src/corpus.py b/src/corpus.py index e16d808..6a39743 100644 --- a/src/corpus.py +++ b/src/corpus.py @@ -16,7 +16,7 @@ def hello(): def fetchCorpus(): r = requests.get(CORPUS_URL, auth=(CORPUS_USER, CORPUS_PASS)) - ## Need to ungzip the response + ## Need to ungzip the response - should be able to do with no additional imports ## See: https://stackoverflow.com/questions/40756106/decompress-python-requests-response-with-zlib ## Need to return the result return \ No newline at end of file