Watch for new upcoming geomob events and announce
This commit is contained in:
parent
ff51bb9ff9
commit
07cf7dee3c
4 changed files with 135 additions and 10 deletions
|
|
@ -13,6 +13,7 @@ import flask
|
|||
import requests
|
||||
|
||||
import agenda.fx
|
||||
import agenda.geomob
|
||||
import agenda.gwr
|
||||
import agenda.mail
|
||||
import agenda.thespacedevs
|
||||
|
|
@ -165,6 +166,7 @@ def main() -> None:
|
|||
asyncio.run(update_bristol_bins(app.config))
|
||||
update_gwr_advance_ticket_date(app.config)
|
||||
update_gandi(app.config)
|
||||
agenda.geomob.update(app.config)
|
||||
|
||||
if hour % 12 == 0:
|
||||
agenda.fx.get_rates(app.config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue