Skip to content

Commit

Permalink
Enhance API limit reached handling
Browse files Browse the repository at this point in the history
Rebased and forced push

Signed-off-by: clinique <gael@lhopital.org>
  • Loading branch information
clinique committed Mar 16, 2024
1 parent b9bd38b commit f420e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected List<NAObject> updateReadings(AircareApi api) {
try {
return List.of(api.getHomeCoach(handler.getId()));
} catch (NetatmoException e) {
logger.warn("Error retrieving home-coach data '{}' : {}", handler.getId(), e.getMessage());
logger.warn("Error retrieving home-coach data '{}': {}", handler.getId(), e.getMessage());
}
return List.of();
}
Expand Down

0 comments on commit f420e73

Please sign in to comment.