diff options
author | petrus comestor <petrus@comestor.org> | 2025-06-05 23:32:22 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2025-06-05 23:32:22 -0400 |
commit | ce999a86a57a2de9604215036104b9bc487d1cd7 (patch) | |
tree | e14adc52c4caa30008532f2b21d9b7e037008846 | |
parent | 0fe1ed270bac8d6a5d212055974391ce4a63edab (diff) |
-rwxr-xr-x | generate-schedule.py | 8 | ||||
-rw-r--r-- | 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)), @@ -234,7 +234,7 @@ <div class="instance"> <a href="https://maps.app.goo.gl/fPijDbTN47TbFpFf6">Brooklyn Central Library</a> <span class="neighborhood">Prospect Heights</span> - <br><div class="info">Info Commons Lab</div> + <br><div class="info">Meeting Room 4</div> </div> </div> <div class="event " data-timestamp="2025-06-18"> |