Just add todo :)

This commit is contained in:
Anas Elgarhy 2023-02-14 19:04:36 +02:00
parent ccfc679499
commit 28a179273d
No known key found for this signature in database
GPG key ID: 0501802A1D496528

View file

@ -46,7 +46,7 @@ fn main() {
// Update the previous response.
previous_response = response;
notification::show_notification(events, &settings, &mut previous_cover);
notification::show_notification(events, &settings, &mut previous_cover); // TODO: Handle the error.
}
}
sleep!(settings.interval);