From a45358075228eeebaa3f3a7c818d4f0297884b90 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:11:13 +0000 Subject: [PATCH] Pass the SALT 2024 is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index db14b0c..e7b8572 100755 --- a/check.py +++ b/check.py @@ -53,7 +53,7 @@ conferences = [ ("WikiConference North America", "https://wikiconference.org/wiki/2024/Main_Page"), # ("PyCon DE", "https://2024.pycon.de/"), # ("PyData London", "https://pydata.org/london2024"), - ("Pass the SALT", "https://2024.pass-the-salt.org/"), + # ("Pass the SALT", "https://2024.pass-the-salt.org/"), ("SotM Baltics", "https://2024.sotm-baltics.org/"), ("EuroSciPy", "https://www.euroscipy.org/2024/"), ("EuroPython", "https://ep2024.europython.eu/"),