Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Akilesh Kannan
viewgrades-scraper
Commits
fac8d91e
Unverified
Commit
fac8d91e
authored
3 years ago
by
Akilesh Kannan
Browse files
Options
Download
Email Patches
Plain Diff
fix: initialize count to 0
parent
f7c349f0
github/fork/aklsh/master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
course_details.py
+1
-0
course_details.py
with
1 addition
and
0 deletions
+1
-0
course_details.py
+
1
-
0
View file @
fac8d91e
...
...
@@ -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
=
[]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets