mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-10 06:16:46 +00:00
Bugfix.
This commit is contained in:
parent
bbc1b6644e
commit
7c1a178d3e
@ -64,7 +64,7 @@ for fv in allvers:
|
|||||||
if chk.success:
|
if chk.success:
|
||||||
chkres = chk.get_result()
|
chkres = chk.get_result()
|
||||||
txt_tv = chkres.tvver
|
txt_tv = chkres.tvver
|
||||||
print("{}: {} ⇨ {} {}".format(curef, fv, txt_tv, chkres.filehash))
|
print("{}: {} ⇨ {} {}".format(dev.curef, fv, txt_tv, chkres.filehash))
|
||||||
|
|
||||||
print("Scan complete.")
|
print("Scan complete.")
|
||||||
write_info_if_dumps_found()
|
write_info_if_dumps_found()
|
||||||
|
Loading…
Reference in New Issue
Block a user