From ce999a86a57a2de9604215036104b9bc487d1cd7 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Thu, 5 Jun 2025 23:32:22 -0400 Subject: upd --- generate-schedule.py | 8 +++++++- index.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/generate-schedule.py b/generate-schedule.py index 24f037d..6f3e07e 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -133,6 +133,12 @@ bkcentrallibrary = Location( info="Trustees Room" ) +bkcentral = Location( + "Brooklyn Central Library", + "https://maps.app.goo.gl/fPijDbTN47TbFpFf6", + "Prospect Heights", +) + bkcentral_info_commons = Location( "Brooklyn Central Library", "https://maps.app.goo.gl/fPijDbTN47TbFpFf6", @@ -245,7 +251,7 @@ schedule = [ Event(nook, date(2025, 6, 14)), Event(summermccarren, date(2025, 6, 16)), - Event(bkcentral_info_commons, date(2025, 6, 18), time='1:30p'), + Event(bkcentral, date(2025, 6, 18), time='1:30p', info='Meeting Room 4'), Event(jefferson, date(2025, 6, 18)), Event(nook, date(2025, 6, 21)), diff --git a/index.html b/index.html index 971ac6e..f870337 100644 --- a/index.html +++ b/index.html @@ -234,7 +234,7 @@
Brooklyn Central Library Prospect Heights -
Info Commons Lab
+
Meeting Room 4
-- cgit v1.2.3