mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
typo fix
This commit is contained in:
parent
69315d8fe2
commit
accc171311
@ -42,7 +42,7 @@ fileid, fileurl, slaves, encslaves = fc.parse_request(req_xml)
|
|||||||
for s in slaves:
|
for s in slaves:
|
||||||
print("http://{}{}".format(s, fileurl))
|
print("http://{}{}".format(s, fileurl))
|
||||||
|
|
||||||
if fc.mode == fc.MODE_FULL:
|
if fc.mode == fc.MODE.FULL:
|
||||||
header = fc.do_encrypt_header(random.choice(encslaves), fileurl)
|
header = fc.do_encrypt_header(random.choice(encslaves), fileurl)
|
||||||
if len(header) == 4194320:
|
if len(header) == 4194320:
|
||||||
print("Header length check passed. Writing to header_{}.bin.".format(tv))
|
print("Header length check passed. Writing to header_{}.bin.".format(tv))
|
||||||
|
Loading…
Reference in New Issue
Block a user