From f0c28d24408d78b1b9e1512e6bd5fa31d3e4f8e4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 30 Mar 2024 19:32:05 +0000 Subject: [PATCH] Download domain info from gandi --- update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update.py b/update.py index 75d75d6..24c0976 100755 --- a/update.py +++ b/update.py @@ -131,6 +131,7 @@ def main() -> None: asyncio.run(update_bank_holidays()) asyncio.run(update_bristol_bins()) update_gwr_advance_ticket_date() + update_gandi() update_thespacedevs()