Skip to content

Commit d90e713

Browse files
committed
Update the path for grabbing list of tutorials
1 parent 64bac5b commit d90e713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import requests
33
import yaml
44

5-
url = '''https://raw.githubusercontent.com/oscar-system/oscar-website/gh-pages/_data/examples.yml'''
5+
url = '''https://raw.githubusercontent.com/oscar-system/oscar-website/gh-pages/_data/tutorials.yml'''
66

77
yamlfile = requests.get(url).content
88

0 commit comments

Comments
 (0)