diff options
author | petrus comestor <petrus@comestor.org> | 2024-11-01 13:18:23 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-11-01 13:18:23 -0400 |
commit | 46fc0c08393754562e541bc10c4dbb1c88272c96 (patch) | |
tree | 196cffc7e21170e911ed53591e0b6d9d679c00b8 | |
parent | 58364777fa7a2c48570f00cf22c7614ff6b78598 (diff) |
upd
-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"> |