Skip to content

Commit

Permalink
Remove trailing whitespace in new names
Browse files Browse the repository at this point in the history
  • Loading branch information
latachz committed Sep 11, 2023
1 parent 50a4814 commit 367946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
lesson_info = [col.text for col in row]
teacher = lesson_info.pop(
5
) # it takes 5th element (substitutiute teacher) of the list and then deletes it
).strip() # it takes 5th element (substitutiute teacher) of the list and then deletes it
if teacher not in replacements:
replacements[teacher] = [lesson_info]
else:
Expand Down

0 comments on commit 367946d

Please sign in to comment.