Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican committed Oct 25, 2024
1 parent 2f4e461 commit 049ffb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClockworkFramework/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Library, List<Hooks>> hooks = new Dictionary<Library, List<Hooks>>();
private static List<IClockworkTaskBase> tasks = new List<IClockworkTaskBase>();

private static async Task Main(string[] args)
{
Expand Down

0 comments on commit 049ffb7

Please sign in to comment.