Fix config docs: bb_root master
authorJakob <jakob@jcornell.net>
Tue, 10 Dec 2019 19:59:33 +0000 (13:59 -0600)
committerJakob <jakob@jcornell.net>
Tue, 10 Dec 2019 19:59:33 +0000 (13:59 -0600)
main.py

diff --git a/main.py b/main.py
index 0db63bc7dd6ade623fda63345bb6a0657f8cef2c..a51f24e4bfa0f11fe918be9c2b7a5a68fd3ba83a 100644 (file)
--- 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
        [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"
 
 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)
 
 """
 
 
 """