diff options
-rwxr-xr-x | generate-schedule.py | 2 | ||||
-rw-r--r-- | index.html | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/generate-schedule.py b/generate-schedule.py index d35e33c..7fe29bd 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -125,7 +125,7 @@ bushwicklibrary = Location( ) schedule = [ - Event(jefferson, date(2024, 10, 30)), + # 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), @@ -34,15 +34,6 @@ <div class="event "> <div class="event-data"> - <strong>Wednesday, October 30</strong> · 6p - </div> - <div class="instance"> - <a href="https://maps.app.goo.gl/UTNUqUdEjYCssiMx5">Jefferson Market Library</a>, - <span class="neighborhood">Greenwich Village</span> - <br><div class="info">1<sup>st</sup> floor Willa Cather Room; take a left at entrance, straight through children’s room</div> - </div> -</div><div class="event "> - <div class="event-data"> <strong>Saturday, November 2</strong> · 9a </div> <div class="instance"> |