From c85db3449f21b27332e39c9532ab8009b27f024d Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Mon, 17 Jul 2017 20:48:28 +0200 Subject: [PATCH] Fix old formatting specifier --- tivomirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():