Skip to content

Commit

Permalink
Update convertdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill authored Apr 7, 2023
1 parent 2ba6ae9 commit d7c03f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convertdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
print(course_info.keys())
if slug not in course_info.keys():
course_info[slug] = {"course_name": "",
"courses": ""}
"courses": "", "form_link": ""}

with open(course_info_path, 'w') as f:
f.write(json.dumps(course_info, indent=4))
f.write(json.dumps(course_info, indent=4))

0 comments on commit d7c03f5

Please sign in to comment.