Site
Gitweb
Static
projects
/
bb-sync-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d820469
)
Fix config docs: bb_root
master
author
Jakob
<jakob@jcornell.net>
Tue, 10 Dec 2019 19:59:33 +0000
(13:59 -0600)
committer
Jakob
<jakob@jcornell.net>
Tue, 10 Dec 2019 19:59:33 +0000
(13:59 -0600)
main.py
patch
|
blob
|
history
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_
hos
t: https://blackboard.oberlin.edu/
+ bb_
roo
t: 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_
hos
t: string; base URL for the Blackboard instance (protocol and authority/host required)
+ bb_
roo
t: string; base URL for the Blackboard instance (protocol and authority/host required)
"""
"""