Skip to content

Commit

Permalink
Library update error message improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Feb 20, 2024
1 parent b0b8909 commit 09fb772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/battery_notes/library_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def get_library_updates(self, time):

except LibraryUpdaterClientError:
_LOGGER.warning(
"Library update failed, this could be a GitHub or internet connectivity issue."
"Library update failed, this could be a GitHub or internet connectivity issue, will retry later."
)

async def time_to_update_library(self) -> bool:
Expand Down

0 comments on commit 09fb772

Please sign in to comment.