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