This commit is contained in:
Adam R. Grey 2021-12-18 03:57:19 -05:00
parent 9f6be9c751
commit f92f95c92a

View File

@ -45,7 +45,7 @@ namespace director
Task.WaitAll(Task.Delay(napLength)); Task.WaitAll(Task.Delay(napLength));
} }
Console.WriteLine("nap done, begin the checklist. which to us effectively means SHOWTIME"); Console.WriteLine("nap done, begin the checklist. which to us effectively means SHOWTIME");
//or do I want to split the checklists in the config file? consider later.
try try
{ {
HandleChecklist(); HandleChecklist();