From 1206c871aad542fca653890e3cb3ae4f381ba69a Mon Sep 17 00:00:00 2001 From: Jakob Date: Tue, 10 Dec 2019 13:59:33 -0600 Subject: [PATCH] Fix config docs: bb_root --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0db63bc..a51f24e 100644 --- a/main.py +++ b/main.py @@ -35,13 +35,13 @@ Example configuration file (Windows): [config] base_path: C:\Users\Jakob\blackboard\math_course auth_type: cookie - bb_host: https://blackboard.oberlin.edu/ + bb_root: https://blackboard.oberlin.edu/ Schema: base_path: string auth_type: string; "cookie" or "oauth" - bb_host: string; base URL for the Blackboard instance (protocol and authority/host required) + bb_root: string; base URL for the Blackboard instance (protocol and authority/host required) """ -- 2.30.2