diff --git a/pyModeS/decoder/__init__.py b/pyModeS/decoder/__init__.py index aa4b901..2b80d1f 100644 --- a/pyModeS/decoder/__init__.py +++ b/pyModeS/decoder/__init__.py @@ -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)