diff options
author | petrus comestor <petrus@comestor.org> | 2025-04-13 18:03:15 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2025-04-13 18:03:15 -0400 |
commit | d6d670829a214ef8931b8071c0c2cf584b7bf86e (patch) | |
tree | e5d72ef971e838a0a7d557b13bbd445392d34d24 | |
parent | ef6f2ec1a0dcf3b904a41cd67f26b584df0d2023 (diff) |
upd
-rwxr-xr-x | generate-schedule.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/generate-schedule.py b/generate-schedule.py index 04ddcb0..302ef19 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -173,6 +173,13 @@ williamsburgh = Location( "Williamsburg", ) +artsculture = Location( + "Library for Arts & Culture", + "https://maps.app.goo.gl/GssCUr9QF2aFxgiQA", + "Fort Greene", + info="Librarian will select a short story" +) + schedule = [ # Event(jefferson, date(2024, 10, 30)), # Event(nook, date(2024, 11, 2)), |