Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Show InterCity at first
Browse files Browse the repository at this point in the history
  • Loading branch information
PinLin committed May 31, 2021
1 parent b72898a commit 7180540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/city.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class City:
def __init__(self):
self.cities = {
"InterCity": "公路客運",
"Keelung": "基隆市",
"NewTaipei": "新北市",
"Taipei": "台北市",
Expand All @@ -23,7 +24,6 @@ def __init__(self):
"PenghuCounty": "澎湖縣",
"KinmenCounty": "金門縣",
"LienchiangCounty": "連江縣",
"InterCity": "公路客運",
}

@property
Expand Down

0 comments on commit 7180540

Please sign in to comment.