Skip to content

Commit

Permalink
Reserve OH for COMP431
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Feb 4, 2025
1 parent a33dd69 commit 77e71c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/services/coworking/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
OH_HOURS = {
MONDAY: {
"SN135": [],
"SN137": [],
"SN137": [(time(hour=12), time(hour=1))],
"SN139": [],
"SN141": [(time(hour=12), time(hour=17))],
"SN144": [],
Expand All @@ -30,7 +30,7 @@
},
TUESDAY: {
"SN135": [],
"SN137": [],
"SN137": [(time(hour=10), time(hour=12))],
"SN139": [],
"SN141": [(time(hour=13), time(hour=17))],
"SN144": [(time(hour=14), time(hour=15))],
Expand All @@ -48,7 +48,7 @@
},
THURSDAY: {
"SN135": [],
"SN137": [],
"SN137": [(time(hour=10), time(hour=12))],
"SN139": [],
"SN141": [(time(hour=13), time(hour=17))],
"SN144": [],
Expand Down

0 comments on commit 77e71c8

Please sign in to comment.