forked from p34709852/monkey
Removed TODO - seems like an edge case that won't reproduce for clients.
This commit is contained in:
parent
656184e8b5
commit
063a136048
|
@ -16,8 +16,7 @@ def parse_creds(attempt):
|
||||||
if attempt[key]:
|
if attempt[key]:
|
||||||
return '%s ; %s : %s' % (username,
|
return '%s ; %s : %s' % (username,
|
||||||
cred['type'],
|
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):
|
def censor_password(password, plain_chars=3, secret_chars=5):
|
||||||
|
|
Loading…
Reference in New Issue