TODO: debug why update gandi fails

This commit is contained in:
Edward Betts 2025-06-04 22:24:04 -05:00
parent 9bdf21ea5b
commit 59236d3ace

View file

@ -199,7 +199,8 @@ def main() -> None:
asyncio.run(update_bank_holidays(app.config))
asyncio.run(update_bristol_bins(app.config))
update_gwr_advance_ticket_date(app.config)
update_gandi(app.config)
# TODO: debug why update gandi fails
# update_gandi(app.config)
agenda.geomob.update(app.config)
agenda.fx.get_rates(app.config)