Skip to content

Commit

Permalink
Missing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuntz committed Dec 3, 2016
1 parent 1b8ba71 commit be7feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_hostname(value):
else:
return 'No hostname'

for (mac, hostname, oui,channel, signal) in [(value['mac'],
for (mac, hostname, oui, channel, signal) in [(value['mac'],
get_hostname(value),
value['oui'],
value['channel'],
Expand Down

0 comments on commit be7feea

Please sign in to comment.