Fixed formatting of error message to be in line with others

This commit is contained in:
Shawn Hind
2015-03-06 15:15:44 -05:00
parent 0fdae713a5
commit 3379a99e0d

View File

@@ -96,7 +96,7 @@ def main():
page.loop() page.loop()
except InvalidUserPass: except InvalidUserPass:
print('Invalid password for username: ' + args.username) print('Invalid password for username: {}'.format(args.username))
except KeyboardInterrupt: except KeyboardInterrupt:
return return