diff options
author | petrus comestor <petrus@comestor.org> | 2024-11-04 08:29:57 -0500 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-11-04 08:29:57 -0500 |
commit | 5049c40102f43f4a5e246667b76180a0070efbe9 (patch) | |
tree | 14070aa8415e4d6c811527bdf3a084fdcb2d687e /generate-schedule.py | |
parent | 46fc0c08393754562e541bc10c4dbb1c88272c96 (diff) |
books
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 7fe29bd..f026aab 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -126,8 +126,8 @@ bushwicklibrary = Location( schedule = [ # Event(jefferson, date(2024, 10, 30)), - Event(nook, date(2024, 11, 2)), - Event(bookclub, date(2024, 11, 3)), + # 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(nook, date(2024, 11, 9)), |