diff --git a/tivomirror.py b/tivomirror.py index b492a77..f8c431e 100755 --- a/tivomirror.py +++ b/tivomirror.py @@ -540,7 +540,7 @@ def printtoc(toc, downloaddb): if isinstance(options, basestring): print "{:>7.7s}: {}".format(options, item.name) continue - print "*** downloading %s ({:.3f} GB)".format(item.name, item.sourcesize / 1e9) + print "*** downloading {} ({:.3f} GB)".format(item.name, item.sourcesize / 1e9) def main():