summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetrus comestor <petrus@comestor.org>2024-11-04 08:29:57 -0500
committerpetrus comestor <petrus@comestor.org>2024-11-04 08:29:57 -0500
commit5049c40102f43f4a5e246667b76180a0070efbe9 (patch)
tree14070aa8415e4d6c811527bdf3a084fdcb2d687e
parent46fc0c08393754562e541bc10c4dbb1c88272c96 (diff)
books
-rwxr-xr-xgenerate-schedule.py4
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)),