From d7c03f5480ea2625ccd082967c779ce6f0c95617 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Fri, 7 Apr 2023 14:17:04 -0400 Subject: [PATCH] Update convertdata.py --- convertdata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convertdata.py b/convertdata.py index 7c22494..e3e1a60 100644 --- a/convertdata.py +++ b/convertdata.py @@ -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)) \ No newline at end of file + f.write(json.dumps(course_info, indent=4))