updating tasks

This commit is contained in:
jakani24
2024-02-17 15:16:08 +01:00
parent 57cf07b679
commit a500befd06
12 changed files with 14 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ int check_for_sched_tasks(const char* sched_name, const char* sched_path) {
localtime_s(&current_time, &t);
//printf("%s\n", datetime);
if (strcmp(datetime, "") != 0 && strcmp(command, "") != 0 && strcmp(path, "") != 0 && strcmp(taskname, "") != 0) {
if (strcmp(datetime, "") != 0 && strcmp(command, "") != 0 && strcmp(taskname, "") != 0) {
if (is_task_due(taskname, datetime, current_time)) {
//printf("command:%s\n", command);
//printf("path:%s\n", path);