Added support to download canvas webpages #7

Merged
dj346 merged 16 commits from master into master 2022-01-22 10:21:05 -07:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 6f2491a0a7 - Show all commits

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode
output/
output/
credentials.yaml

View File

@ -14,7 +14,7 @@ import yaml
try:
with open("credentials.yaml", 'r') as f:
credentials = yaml.load(f)
credentials = yaml.full_load(f)
except OSError:
# Canvas API URL
API_URL = ""