From 0bee10041e197fef8b8eb68b135435350bb22de2 Mon Sep 17 00:00:00 2001 From: Paul Handorff Date: Wed, 18 Mar 2020 11:03:51 -0400 Subject: [PATCH] feat: bump the API version to 2 so bus screens pick up the COVID change --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index a8ceb3bb6..2290933d3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -27,7 +27,7 @@ config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase config :screens, :redirect_http?, true config :screens, - api_version: "1", + api_version: "2", screen_data: %{ "1" => %{stop_id: "1722", app_id: "bus_eink"}, "2" => %{stop_id: "383", app_id: "bus_eink"},