change output

This commit is contained in:
Alex Groce 2018-09-05 13:59:16 -07:00
parent 3e521bcb48
commit fc57ba1628

View File

@ -181,7 +181,7 @@ def main():
if ba[0] > 0:
banews.append(bytearray([ba[0]-1]))
for banew in banews:
print(b1, b2, ba, " --> ", banew)
print(b1, b2, repr(ba), " TO ", repr(banew))
newTest = part1 + banew + part2 + banew + part3
r = writeAndRunCandidate(newTest)
if checks(r):