reenabling notifications

This commit is contained in:
Andy Pack 2025-01-28 19:57:09 +00:00
parent 75ae416c52
commit 645cc03462
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -69,7 +69,7 @@ int current_tasks(const kc::AppContext &app_context)
}
try{
// kc::notify(host_name, notif);
kc::notify(host_name, notif);
print_and_log("Notification sent");
}
catch (const std::exception &e) {