all: drop trailing spaces
This commit is contained in:
@@ -72,7 +72,7 @@ for d in devices:
|
||||
print("============================")
|
||||
|
||||
print("Interface: %s" % props['Interface'])
|
||||
try:
|
||||
try:
|
||||
devtype = devtypes[props['DeviceType']]
|
||||
except KeyError:
|
||||
devtype = "Unknown"
|
||||
|
Reference in New Issue
Block a user