From 33577c9e739626c93295f88f85813c05d876a9ec Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Sat, 7 Dec 2024 21:35:27 -0500 Subject: nospecial --- generate-schedule.py | 12 ++++++------ index.html | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/generate-schedule.py b/generate-schedule.py index c77d6dd..a4c005e 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -165,17 +165,17 @@ schedule = [ Event(jefferson, date(2024, 12, 11)), Event(nook, date(2024, 12, 14)), Event(mccarren, date(2024, 12, 16)), - Event(canarsielibrary, date(2024, 12, 17), time='5p', special=True), + Event(canarsielibrary, date(2024, 12, 17), time='5p'), Event(jefferson, date(2024, 12, 18)), - Event(dekalblibrary, date(2024, 12, 19), time='6p', special=True), - Event(bushwicklibrary, date(2024, 12, 19), time='6p', special=True), + Event(dekalblibrary, date(2024, 12, 19), time='6p'), + Event(bushwicklibrary, date(2024, 12, 19), time='6p'), Event(nook, date(2024, 12, 21)), Event(mccarren, date(2024, 12, 23)), Event(jefferson, date(2024, 12, 25), info='Cancelled.', cancelled=True), Event(nook, date(2024, 12, 28)), Event(mccarren, date(2024, 12, 30)), Event(jefferson, date(2025, 1, 1), info='Cancelled.', cancelled=True), - Event(sunsetpark, date(2025, 1, 2), time='6p', special=True), + Event(sunsetpark, date(2025, 1, 2), time='6p'), Event(nook, date(2025, 1, 4)), Event(bookclub, date(2025, 1, 5)), Event(mccarren, date(2025, 1, 6)), @@ -183,8 +183,8 @@ schedule = [ Event(nook, date(2025, 1, 11)), Event(mccarren, date(2025, 1, 13)), Event(jefferson, date(2025, 1, 15)), - Event(dekalblibrary, date(2025, 1, 16), time='6p', special=True), - Event(sunsetpark, date(2025, 1, 16), time='6p', special=True), + Event(dekalblibrary, date(2025, 1, 16), time='6p'), + Event(sunsetpark, date(2025, 1, 16), time='6p'), Event(nook, date(2025, 1, 18)), ] # maybe autosort it and sort code by event? diff --git a/index.html b/index.html index c6a4a95..6d12bac 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ Williamsburg -
+
Tuesday, December 17 · 5p
@@ -87,7 +87,7 @@ Greenwich Village
1st floor Willa Cather Room; take a left at entrance, straight through children’s room
-
+
Thursday, December 19 · 6p
@@ -96,7 +96,7 @@ Bushwick
-
+
Thursday, December 19 · 6p
@@ -161,7 +161,7 @@ Greenwich Village
Cancelled.
-
+
Thursday, January 2 · 6p
@@ -235,7 +235,7 @@ Greenwich Village
1st floor Willa Cather Room; take a left at entrance, straight through children’s room
-
+
Thursday, January 16 · 6p
@@ -244,7 +244,7 @@ Bushwick
-
+
Thursday, January 16 · 6p
-- cgit v1.2.3