From 3379a99e0d9502d9205dc30e69fc56f585dc7a25 Mon Sep 17 00:00:00 2001 From: Shawn Hind Date: Fri, 6 Mar 2015 15:15:44 -0500 Subject: [PATCH] Fixed formatting of error message to be in line with others --- rtv/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtv/main.py b/rtv/main.py index c953d3d..f59f4ec 100644 --- a/rtv/main.py +++ b/rtv/main.py @@ -96,7 +96,7 @@ def main(): page.loop() except InvalidUserPass: - print('Invalid password for username: ' + args.username) + print('Invalid password for username: {}'.format(args.username)) except KeyboardInterrupt: return