From ee8077b51efb7244bd130a42b054cdccc277d56a Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Sun, 31 Mar 2024 20:21:17 -0400 Subject: [PATCH] Hot fixing office hours schedule (#382) --- backend/services/coworking/policy.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/services/coworking/policy.py b/backend/services/coworking/policy.py index 455e79a81..f632cb7c8 100644 --- a/backend/services/coworking/policy.py +++ b/backend/services/coworking/policy.py @@ -76,7 +76,7 @@ def office_hours(self, date: datetime): "SN135": [], "SN137": [], "SN139": [], - "SN141": [time(hour=9), time(hour=16)], # Stotts 301 + "SN141": [(time(hour=9), time(hour=16))], # Stotts 301 "SN144": [], "SN146": [], "SN147": [(time(hour=15), time(hour=18))], # Sridhar @@ -86,7 +86,7 @@ def office_hours(self, date: datetime): "SN135": [], "SN137": [], "SN139": [], - "SN141": [time(hour=9), time(hour=16)], # Stotts 301 + "SN141": [(time(hour=9), time(hour=16))], # Stotts 301 "SN144": [], "SN146": [], "SN147": [(time(hour=15), time(hour=18))], # Sridhar @@ -94,9 +94,9 @@ def office_hours(self, date: datetime): elif day == WEDNESDAY: return { "SN135": [], - "SN137": [time(hour=3), time(hour=4)], # Johnathan Leong + "SN137": [(time(hour=15), time(hour=16))], # Johnathan Leong "SN139": [], - "SN141": [time(hour=9), time(hour=16)], # Stotts 301 + "SN141": [(time(hour=9), time(hour=16))], # Stotts 301 "SN144": [], "SN146": [], "SN147": [(time(hour=15), time(hour=18))], # Sridhar @@ -106,7 +106,7 @@ def office_hours(self, date: datetime): "SN135": [], "SN137": [], "SN139": [], - "SN141": [time(hour=9), time(hour=16)], # Stotts 301 + "SN141": [(time(hour=9), time(hour=16))], # Stotts 301 "SN144": [], "SN146": [], "SN147": [(time(hour=16), time(hour=18))], # Sridhar @@ -116,7 +116,7 @@ def office_hours(self, date: datetime): "SN135": [], "SN137": [], "SN139": [], - "SN141": [time(hour=9), time(hour=16)], # Stotts 301 + "SN141": [(time(hour=9), time(hour=16))], # Stotts 301 "SN144": [], "SN146": [], "SN147": [],