From 049ffb792cdb182145b8f852c644dfa8021a845d Mon Sep 17 00:00:00 2001 From: Derek Antrican Date: Fri, 25 Oct 2024 10:24:53 -0700 Subject: [PATCH] Minor tweaks --- ClockworkFramework/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ClockworkFramework/Program.cs b/ClockworkFramework/Program.cs index 1d1ed1a..77042f8 100644 --- a/ClockworkFramework/Program.cs +++ b/ClockworkFramework/Program.cs @@ -8,13 +8,13 @@ namespace ClockworkFramework /* Ideas: - Should take adavantage of Windows Task Scheduler for an install script & to restart itself every night (in case it stops running). - Can reference https://github.com/derekantrican/MountainProject/blob/master/MountainProjectBot/ScheduleTasks.bat + Can reference https://github.com/derekantrican/MountainProject/blob/master/MountainProjectBot/ScheduleTasks.bat (however, on Linux + we should use a different approach) */ class Program { private static Config config = new Config(); private static Dictionary> hooks = new Dictionary>(); - private static List tasks = new List(); private static async Task Main(string[] args) {