more 009a tweaks and some debugging output
This commit is contained in:
parent
d465573b2a
commit
d4471c4096
1 changed files with 3 additions and 2 deletions
|
|
@ -165,9 +165,10 @@ def enroll(identity, subtype):
|
|||
|
||||
key, rsp, template = append_new_image(key, template)
|
||||
|
||||
print('Progress: %d %% done' % rsp[0x3c])
|
||||
print(hexlify(rsp))
|
||||
print('Progress: %d %% done' % rsp[0x3a])
|
||||
|
||||
if rsp[0x3c] == 100:
|
||||
if rsp[0x3a] == 100:
|
||||
break
|
||||
|
||||
# FIXME check for duplicates
|
||||
|
|
|
|||
Loading…
Reference in a new issue