Fixed formatting of error message to be in line with others
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user