Skip to content

Commit

Permalink
Disable release notes for improved ota improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWilkes committed May 30, 2024
1 parent b746d3a commit b36650f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/system/ota/ota.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ async def otaupdate(self, render_update):
response = await self.task
url = response.headers["Location"]

"""
self.task = async_helpers.unblock(
requests.get,
render_update,
Expand All @@ -138,7 +139,7 @@ async def otaupdate(self, render_update):
release_notes = "\n".join(release_notes)
self.notes = layout.DefinitionDisplay("Release notes", release_notes)
self.layout.items.append(self.notes)

"""
try:
result = await async_helpers.unblock(
ota.update,
Expand Down

0 comments on commit b36650f

Please sign in to comment.