connect js to main.py
This commit is contained in:
10 files changed
+56
-39
No files matched your search
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,8 +22,7 @@ def getCourses(
|
||||
courses[row["CrsNo"]] = {
|
||||
"CrsNo": row["CrsNo"],
|
||||
"Requests": 0,
|
||||
"Description": row["Description"],
|
||||
"students": []
|
||||
"Description": row["Description"]
|
||||
}
|
||||
|
||||
if log:
|
||||
|
||||
Reference in new issue
Block a user