TODO: debug why update gandi fails
This commit is contained in:
parent
9bdf21ea5b
commit
59236d3ace
|
@ -199,7 +199,8 @@ def main() -> None:
|
||||||
asyncio.run(update_bank_holidays(app.config))
|
asyncio.run(update_bank_holidays(app.config))
|
||||||
asyncio.run(update_bristol_bins(app.config))
|
asyncio.run(update_bristol_bins(app.config))
|
||||||
update_gwr_advance_ticket_date(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.geomob.update(app.config)
|
||||||
|
|
||||||
agenda.fx.get_rates(app.config)
|
agenda.fx.get_rates(app.config)
|
||||||
|
|
Loading…
Reference in a new issue