diff options
Diffstat (limited to 'generate-schedule.py')
-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 4f84a7f..87ce9d4 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -130,8 +130,8 @@ schedule = [ # 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(nook, date(2024, 11, 9)), - Event(mccarren, date(2024, 11, 11)), + # 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.'), Event(bushwicklibrary, date(2024, 11, 14), time='6p', special=True), Event(nook, date(2024, 11, 16)), |