diff --git a/osm_wikidata_check.py b/osm_wikidata_check.py index 4a9f20b..9eec972 100755 --- a/osm_wikidata_check.py +++ b/osm_wikidata_check.py @@ -78,7 +78,7 @@ try: labels = data.get("labels") or data["lemmas"] label = (labels.get("nl") or labels["en"])["value"] if len(label) > 46: - label = f"{label:>45}…" + label = f"{label:>.45}…" print(f"{wd_id:>15} | {redirect:>15} | {label}") finally: