From 5a3fb8d6250fb2f1f25505dc2183acda6bb3518d Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 2 Oct 2024 08:40:56 -0400 Subject: [PATCH] testing (WIP) Signed-off-by: Kingdon Barrett --- hack/import-calendar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/import-calendar.py b/hack/import-calendar.py index d099abfad..7321ecaac 100755 --- a/hack/import-calendar.py +++ b/hack/import-calendar.py @@ -113,8 +113,8 @@ def format_location_html(location): html = location if html.startswith("http://") or html.startswith("https://"): html = f"""{location}""" - elif html.find("slack") or html.find('#flux'): - html = f"""{location}""" + # elif html.find("slack") or html.find('#flux'): + # html = f"""{location}""" return html