change output
This commit is contained in:
parent
3e521bcb48
commit
fc57ba1628
@ -181,7 +181,7 @@ def main():
|
|||||||
if ba[0] > 0:
|
if ba[0] > 0:
|
||||||
banews.append(bytearray([ba[0]-1]))
|
banews.append(bytearray([ba[0]-1]))
|
||||||
for banew in banews:
|
for banew in banews:
|
||||||
print(b1, b2, ba, " --> ", banew)
|
print(b1, b2, repr(ba), " TO ", repr(banew))
|
||||||
newTest = part1 + banew + part2 + banew + part3
|
newTest = part1 + banew + part2 + banew + part3
|
||||||
r = writeAndRunCandidate(newTest)
|
r = writeAndRunCandidate(newTest)
|
||||||
if checks(r):
|
if checks(r):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user