Browse Source

Increase version field size in OTA manager

refactor-terminal
Xose Pérez 5 years ago
parent
commit
f3aed22179
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/ota.py

+ 1
- 1
code/ota.py View File

@ -75,7 +75,7 @@ def list_devices():
""" """
Shows the list of discovered devices Shows the list of discovered devices
""" """
output_format="{:>3} {:<14} {:<15} {:<17} {:<12} {:<8} {:<25} {:<8} {:<8} {:<10}"
output_format="{:>3} {:<14} {:<15} {:<17} {:<12} {:<12} {:<25} {:<8} {:<8} {:<10}"
print(output_format.format( print(output_format.format(
"#", "#",
"HOSTNAME", "HOSTNAME",


Loading…
Cancel
Save