From 12857fc92b7aebccb20e2dca81bcb33d184cc162 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 8 Nov 2023 15:30:35 +0000 Subject: [PATCH] Add missing comma --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index f8184b1..7353a49 100755 --- a/check.py +++ b/check.py @@ -59,7 +59,7 @@ conferences = [ ("EuroPython", "https://ep2024.europython.eu/"), ("Semantic Web in Libraries", "https://swib.org/swib24/"), ("SotM Africa", "https://2024.stateofthemap.africa/"), - ("FOSS4G Oceania" "https://2024.foss4g-oceania.org/"), + ("FOSS4G Oceania", "https://2024.foss4g-oceania.org/"), ]