Remove duplicate emoji
This commit is contained in:
parent
7e8d156126
commit
34d7655ace
|
@ -224,7 +224,7 @@ class Trip:
|
|||
for item in self.travel:
|
||||
if item["type"] == "flight":
|
||||
name = (
|
||||
f"✈️ {airport_label(item['from_airport'])} → "
|
||||
f"{airport_label(item['from_airport'])} → "
|
||||
+ f"{airport_label(item['to_airport'])}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue