Small fix in output
This commit is contained in:
@@ -48,8 +48,8 @@ for prd, variant in prds.items():
|
||||
if result.tvver != lastver:
|
||||
txt_tv = "{} (old: {} / OTA: {})".format(
|
||||
ansi.CYAN + txt_tv + ansi.RESET,
|
||||
ansi.CYAN_DARK + variant["last_full"] + ansi.RESET,
|
||||
variant["last_ota"]
|
||||
ansi.CYAN_DARK + str(variant["last_full"]) + ansi.RESET,
|
||||
str(variant["last_ota"])
|
||||
)
|
||||
else:
|
||||
result.delete_dump()
|
||||
|
Reference in New Issue
Block a user