typo
This commit is contained in:
parent
0987d2be0a
commit
7bcc0f23ec
1 changed files with 1 additions and 1 deletions
2
dump.py
2
dump.py
|
@ -49,7 +49,7 @@ def show_entry(entry):
|
||||||
printer.justify('L')
|
printer.justify('L')
|
||||||
|
|
||||||
login = entry.get('login', None) or entry['host']
|
login = entry.get('login', None) or entry['host']
|
||||||
print_carac('Login', entry['login'])
|
print_carac('Login', login)
|
||||||
if 'macAddress' in entry:
|
if 'macAddress' in entry:
|
||||||
print_carac('Mac', entry['macAddress'])
|
print_carac('Mac', entry['macAddress'])
|
||||||
if 'secret' in entry:
|
if 'secret' in entry:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue