Skip to content

Commit b36650f

Browse files
committed
Disable release notes for improved ota improvements
1 parent b746d3a commit b36650f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/system/ota/ota.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ async def otaupdate(self, render_update):
122122
response = await self.task
123123
url = response.headers["Location"]
124124

125+
"""
125126
self.task = async_helpers.unblock(
126127
requests.get,
127128
render_update,
@@ -138,7 +139,7 @@ async def otaupdate(self, render_update):
138139
release_notes = "\n".join(release_notes)
139140
self.notes = layout.DefinitionDisplay("Release notes", release_notes)
140141
self.layout.items.append(self.notes)
141-
142+
"""
142143
try:
143144
result = await async_helpers.unblock(
144145
ota.update,

0 commit comments

Comments
 (0)