From 3781f93b95fb2c466e22c436c35a352fc1b9e6e1 Mon Sep 17 00:00:00 2001 From: Eleanor Davies Date: Tue, 8 Oct 2024 20:52:25 +0100 Subject: [PATCH] chore: change lgbt society day to tuesday --- web/config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config/config.exs b/web/config/config.exs index d408fb1..befbbf2 100644 --- a/web/config/config.exs +++ b/web/config/config.exs @@ -22,7 +22,7 @@ config :infolab_light_games, Scheduler, jobs: [ {"0 17 * * FRI", {Utils.StaticLoader, :display_static, ["luhack.png", {Timex.Duration, :from_hours, [2]}]}}, - {"0 17 * * MON", + {"0 17 * * TUE", {Utils.StaticLoader, :display_static, ["lgbt.gif", {Timex.Duration, :from_hours, [3]}]}}, {"*/30 */1 * 6 *", {Utils.StaticLoader, :display_static, ["pride.png", {Timex.Duration, :from_minutes, [10]}]}},