Skip to content

Commit 615797d

Browse files
committed
update function bug
1 parent dbf3749 commit 615797d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squishbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def update_device():
9494
sb.progresswheel_stop()
9595
fup, sysup = 0, 0
9696
if newver[1].split('.') > patcher.VERSION.split('.'):
97-
fup = sb.confirm_choice(f"install {newver}", row=1, timeout=0)
97+
fup = sb.confirm_choice(f"install {newver[1]}", row=1, timeout=0)
9898
else:
9999
sb.lcd_write("Up to date", 1, rjust=True)
100100
sb.waitfortap()

0 commit comments

Comments
 (0)