summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)),