Add missing comma
This commit is contained in:
parent
be08d2820b
commit
12857fc92b
2
check.py
2
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/"),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue