Skip to content

Commit 2ddecee

Browse files
Fix OSUpdate onStop()
1 parent 2d7c61e commit 2ddecee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets

internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def onStart(self, screen):
4646

4747
print("osupdate.py finished")
4848

49-
def onStop():
49+
def onStop(self, screen):
5050
self.keep_running = False # this is checked by the update_with_lvgl thread
5151

5252
def show_update_info(self):

0 commit comments

Comments
 (0)