Code formatting

This commit is contained in:
Edward Betts 2021-11-14 07:58:40 +00:00
parent caed12c325
commit 5693bc6265
2 changed files with 20 additions and 11 deletions

View file

@ -101,6 +101,7 @@ def get_hit_name(hit):
n2 = address_values[1]
return f"{n1}, {n2}, {country}"
def get_hit_label(hit):
tags = hit["extratags"]
designation = tags.get("designation")