From 402b3eb12c08d909cb18c7d9160329a6def76650 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 30 Jan 2025 10:03:30 +0300 Subject: [PATCH] upd sample config --- laika.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/laika.toml b/laika.toml index 607b602..b244886 100644 --- a/laika.toml +++ b/laika.toml @@ -2,6 +2,11 @@ command = "calc.exe" target = "CalculatorApp.exe" workdir = "." delay = 2 + +weekdays = "Пн,Вт,Ср,Чт,Пт" +exclude_dates = [] # ["01.01.2025"] +include_dates = [] + #start = { hour = 11, minute = 50 } start = "11:50" #end = { hour = 12, minute = 55 }