1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 22:33:25 +01:00
This commit is contained in:
Markus Birth 2018-02-11 01:31:07 +01:00
parent bbc1b6644e
commit 7c1a178d3e
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -64,7 +64,7 @@ for fv in allvers:
if chk.success:
chkres = chk.get_result()
txt_tv = chkres.tvver
print("{}: {}{} {}".format(curef, fv, txt_tv, chkres.filehash))
print("{}: {}{} {}".format(dev.curef, fv, txt_tv, chkres.filehash))
print("Scan complete.")
write_info_if_dumps_found()