We don't need to show GBPUSD

This commit is contained in:
Edward Betts 2024-01-30 10:36:42 +00:00
parent 8b777e64fc
commit f3304d0ffe

View file

@ -23,7 +23,6 @@ from . import (
conference, conference,
domains, domains,
economist, economist,
fx,
gwr, gwr,
hn, hn,
holidays, holidays,
@ -337,7 +336,6 @@ async def get_data(
t0 = time() t0 = time()
result_list = await asyncio.gather( result_list = await asyncio.gather(
time_function("gbpusd", fx.get_gbpusd, config),
time_function("gwr_advance_tickets", gwr.advance_ticket_date, data_dir), time_function("gwr_advance_tickets", gwr.advance_ticket_date, data_dir),
time_function("backwell_bins", waste_collection_events, data_dir), time_function("backwell_bins", waste_collection_events, data_dir),
time_function("bristol_bins", bristol_waste_collection_events, data_dir, today), time_function("bristol_bins", bristol_waste_collection_events, data_dir, today),
@ -356,7 +354,6 @@ async def get_data(
reply: dict[str, typing.Any] = { reply: dict[str, typing.Any] = {
"now": now, "now": now,
"gbpusd": results["gbpusd"],
"stock_markets": stock_market_times, "stock_markets": stock_market_times,
"rockets": rockets, "rockets": rockets,
"gwr_advance_tickets": gwr_advance_tickets, "gwr_advance_tickets": gwr_advance_tickets,