Get more exchange rates
This commit is contained in:
parent
b0381db3b5
commit
66ca6c0744
2 changed files with 53 additions and 1 deletions
|
|
@ -12,13 +12,13 @@ from time import time
|
|||
|
||||
import requests
|
||||
|
||||
import agenda.fx
|
||||
import agenda.thespacedevs
|
||||
import agenda.types
|
||||
import agenda.uk_holiday
|
||||
import agenda.waste_schedule
|
||||
from agenda import gwr
|
||||
|
||||
|
||||
config = __import__("config.default", fromlist=[""])
|
||||
|
||||
|
||||
|
|
@ -133,6 +133,9 @@ def main() -> None:
|
|||
update_gwr_advance_ticket_date()
|
||||
update_gandi()
|
||||
|
||||
if hour % 12 == 0:
|
||||
agenda.fx.get_exchange_rates(config)
|
||||
|
||||
update_thespacedevs()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue