From f3aed22179ba9b4e987d04aeaa883f0de8d8db69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Fri, 4 Jan 2019 20:25:45 +0100 Subject: [PATCH] Increase version field size in OTA manager --- code/ota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ota.py b/code/ota.py index a7454cce..d8744997 100755 --- a/code/ota.py +++ b/code/ota.py @@ -75,7 +75,7 @@ def list_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( "#", "HOSTNAME",