From c52aad6a8ef024bae1e378d04031d6fac8c60c20 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 11 Feb 2023 15:17:51 +0000 Subject: [PATCH] add nites --- src/corpus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corpus.py b/src/corpus.py index 1778d61..e16d808 100644 --- a/src/corpus.py +++ b/src/corpus.py @@ -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 \ No newline at end of file