diff --git a/examples/ARcue.py b/examples/ARcue.py index 462e04d..8ebfca8 100644 --- a/examples/ARcue.py +++ b/examples/ARcue.py @@ -94,7 +94,7 @@ def main(argv): status = ' rip accurate ' if "%08x" % crc != response.crcs[i]: status = '** rip not accurate **' - print "Track %2d: %s (confidence %d) [%08x] [%s]" % ( + print "Track %2d: %s (confidence %3d) mine [%08x] AR [%s]" % ( i + 1, status, response.confidences[i], crc, response.crcs[i])