Skip to content
Snippets Groups Projects
Verified Commit d30c3489 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Add ignorance

parent 05588833
Branches
No related tags found
No related merge requests found
......@@ -185,6 +185,8 @@ if __name__ == "__main__":
# Loop through lessons
for lesson in lessons_table:
if lesson.get("ignore", False):
continue
# Prepare data
e_name = f"[{lesson['periods']}] {lesson['subject']}"
e_begin = datetime.datetime.strptime(lesson["startDate"], "%Y-%m-%dT%H:%M:%S")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment