Compare commits
2 commits
148e6cf655
...
d3a69dd3a3
Author | SHA1 | Date | |
---|---|---|---|
Edward Betts | d3a69dd3a3 | ||
Edward Betts | 5c60f7e3bf |
2
check.py
2
check.py
|
@ -36,6 +36,7 @@ not_here_list = [
|
||||||
"500 Internal Server Error",
|
"500 Internal Server Error",
|
||||||
"Test Page for the Apache HTTP Server",
|
"Test Page for the Apache HTTP Server",
|
||||||
"Site not found · GitHub Pages",
|
"Site not found · GitHub Pages",
|
||||||
|
"504: Gateway time-out",
|
||||||
]
|
]
|
||||||
|
|
||||||
conferences = [
|
conferences = [
|
||||||
|
@ -55,6 +56,7 @@ conferences = [
|
||||||
("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/"),
|
("SotM Baltics", "https://2024.sotm-baltics.org/"),
|
||||||
("EuroSciPy", "https://www.euroscipy.org/2024/"),
|
("EuroSciPy", "https://www.euroscipy.org/2024/"),
|
||||||
|
("EuroPython", "https://ep2024.europython.eu/"),
|
||||||
("Semantic Web in Libraries", "https://swib.org/swib24/"),
|
("Semantic Web in Libraries", "https://swib.org/swib24/"),
|
||||||
("SotM Africa", "https://2024.stateofthemap.africa/"),
|
("SotM Africa", "https://2024.stateofthemap.africa/"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue