Skip to content

Commit

Permalink
taiwan -> thsr
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent c5c2111 commit fe83be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/trains/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Kaohsiung": "https://www.krtc.com.tw/Content/userfiles/images/guide-map.jpg?v=0630",
"Taoyuan": "https://www.travel.taipei/Content/images/static/information/tymetro-system-2.jpg",
"Taichung": "https://tmrt.traffictw.com/_next/image?url=https%3A%2F%2Fwww.traffictw.com%2Fimage%2Ftmrt%2Fmap.jpg&w=1920&q=75",
"Taiwan": "https://upload.wikimedia.org/wikipedia/commons/7/71/TaiwanHighSpeedRail_Route_Map_2022.png"
"THSR": "https://upload.wikimedia.org/wikipedia/commons/7/71/TaiwanHighSpeedRail_Route_Map_2022.png"
}

TRAINS_CHOICES = [Choice(name=train_name, value=train_name) for train_name, train_url in TRAINS_DICT.items()]

0 comments on commit fe83be6

Please sign in to comment.