Unverified Commit fac8d91e authored by Akilesh Kannan's avatar Akilesh Kannan
Browse files

fix: initialize count to 0

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -13,6 +13,7 @@ def tabulate_course_details(driver):
course_list = [i.split() for i in course_list]
count = 0
course_code = []
course_name = []
course_category = []
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment