Removed TODO - seems like an edge case that won't reproduce for clients.

This commit is contained in:
Shay Nehmad 2019-10-02 16:48:02 +03:00
parent 656184e8b5
commit 063a136048
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ def parse_creds(attempt):
if attempt[key]:
return '%s ; %s : %s' % (username,
cred['type'],
# TODO Figure out why this is causing an exception with Vakaris
"cred['output']")
cred['output'])
def censor_password(password, plain_chars=3, secret_chars=5):