Just add todo :)
This commit is contained in:
parent
ccfc679499
commit
28a179273d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ fn main() {
|
||||||
// Update the previous response.
|
// Update the previous response.
|
||||||
previous_response = 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);
|
sleep!(settings.interval);
|
||||||
|
|
Loading…
Reference in a new issue