1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-11-09 22:06:47 +00:00

Renamed tclcheck_new.py to tclcheck_findprd.py

This commit is contained in:
Markus Birth 2017-10-05 23:51:36 +02:00
parent 8b7de97f84
commit e367b1ba73
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

2
tclcheck_new.py → tclcheck_findprd.py Executable file → Normal file
View File

@ -46,7 +46,7 @@ for center in sorted(prddict.keys()):
try:
fc.reset_session()
fc.curef = curef
check_xml = fc.do_check(https=False)
check_xml = fc.do_check(https=False, max_tries=3)
curef, fv, tv, fw_id, fileid, fn, fsize, fhash = fc.parse_check(check_xml)
txt_tv = tv
print("{}: {} {}".format(curef, txt_tv, fhash))