diff options
author | petrus comestor <petrus@comestor.org> | 2024-11-07 09:19:08 -0500 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-11-07 09:19:08 -0500 |
commit | b8446e6e2e13354504db3f6c4d9d7f72ff701dce (patch) | |
tree | c1ef51663b50144e539b9108d92ead069e9f95e0 | |
parent | b2be237dd5090af9e25fc78887ce478603b719f9 (diff) |
schedule
-rwxr-xr-x | generate-schedule.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-schedule.py b/generate-schedule.py index f026aab..4f84a7f 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -128,8 +128,8 @@ schedule = [ # Event(jefferson, date(2024, 10, 30)), # Event(nook, date(2024, 11, 2)), # Event(bookclub, date(2024, 11, 3)), - Event(mccarren, date(2024, 11, 4), info='Book Swap and <a href="https://booksthroughbarsnyc.org/donate/donate-books/">NYC Books Through Bars</a> Book Drive.', special=True), - Event(jefferson, date(2024, 11, 6), info='Elevator in lobby to third floor. Book Swap and <a href="https://booksthroughbarsnyc.org/donate/donate-books/">NYC Books Through Bars</a> Book Drive.', special=True), + # Event(mccarren, date(2024, 11, 4), info='Book Swap and <a href="https://booksthroughbarsnyc.org/donate/donate-books/">NYC Books Through Bars</a> Book Drive.', special=True), + # Event(jefferson, date(2024, 11, 6), info='Elevator in lobby to third floor. Book Swap and <a href="https://booksthroughbarsnyc.org/donate/donate-books/">NYC Books Through Bars</a> Book Drive.', special=True), Event(nook, date(2024, 11, 9)), Event(mccarren, date(2024, 11, 11)), Event(abraco, date(2024, 11, 13), changed=True, info='Wednesday Jefferson Market Library Quiet Reading moved for this week.'), |