Increase padding on _print to fit baro
This commit is contained in:
parent
6b4a5bdaf3
commit
afd53af87b
@ -2,7 +2,7 @@ def tell(msg: str) -> None:
|
||||
from pyModeS import common, adsb, commb, bds
|
||||
|
||||
def _print(label, value, unit=None):
|
||||
print("%20s: " % label, end="")
|
||||
print("%28s: " % label, end="")
|
||||
print("%s " % value, end="")
|
||||
if unit:
|
||||
print(unit)
|
||||
|
Loading…
Reference in New Issue
Block a user