Bug fix missing GWR date
This commit is contained in:
parent
25bb52d88d
commit
3b7fd1db60
|
@ -225,6 +225,7 @@ async def get_data(now: datetime) -> typing.Mapping[str, str | object]:
|
||||||
"gbpusd": gbpusd,
|
"gbpusd": gbpusd,
|
||||||
"stock_markets": stock_market.open_and_close(),
|
"stock_markets": stock_market.open_and_close(),
|
||||||
"rockets": rockets,
|
"rockets": rockets,
|
||||||
|
"gwr_advance_tickets": gwr_advance_tickets,
|
||||||
}
|
}
|
||||||
|
|
||||||
my_data = config["data"]["personal-data"]
|
my_data = config["data"]["personal-data"]
|
||||||
|
|
Loading…
Reference in a new issue