diff --git a/update.py b/update.py index 2c94e6a..a91641f 100755 --- a/update.py +++ b/update.py @@ -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)