better looking obfuscated api key

This commit is contained in:
Alan Hamlett 2015-10-01 11:24:13 -07:00
parent 7f9d6ede9d
commit c1da94bc18
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def obfuscate_apikey(command_list):
apikey_index = num + 1
break
if apikey_index is not None and apikey_index < len(cmd):
cmd[apikey_index] = '********-****-****-****-********' + cmd[apikey_index][-4:]
cmd[apikey_index] = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX' + cmd[apikey_index][-4:]
return cmd