From d2c7aea5280851438f33c8f22eb062d26f3d93bf Mon Sep 17 00:00:00 2001 From: dj346 Date: Fri, 24 Dec 2021 02:19:29 -0800 Subject: [PATCH 1/2] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 4c6eabc..7985cff 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,6 +68,7 @@ To avoid manually entering credentials every time you run the program, you can c API_URL: < URL of your institution > API_KEY: < API Key from Canvas > USER_ID: < User ID from Canvas > +COOKIES_PATH: < Path to cookies file> ``` You can then run the script as normal: From 4edca0863c2a1e565532aeb4b8527aab8e3dfbd5 Mon Sep 17 00:00:00 2001 From: dj346 Date: Fri, 24 Dec 2021 02:19:44 -0800 Subject: [PATCH 2/2] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7985cff..9216fb1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,7 +68,7 @@ To avoid manually entering credentials every time you run the program, you can c API_URL: < URL of your institution > API_KEY: < API Key from Canvas > USER_ID: < User ID from Canvas > -COOKIES_PATH: < Path to cookies file> +COOKIES_PATH: < Path to cookies file > ``` You can then run the script as normal: