Skip to content

Commit

Permalink
fix (temp): updated timetable sched
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Oct 19, 2023
1 parent 393aa53 commit 4822fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metropolis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,10 @@
},
{
"description": {
"time": "01:10 pm - 2:10 pm",
"time": "01:05 pm - 2:10 pm", # TODO check if this should be 1:10
"course": "Period 3",
},
"time": [[13, 10], [14, 10]],
"time": [[13, 5], [14, 10]],
"position": [{3, 6}, {4, 6}],
},
{
Expand Down

0 comments on commit 4822fd5

Please sign in to comment.