From 718054031220056a157e14b5b64e585bb6b40de6 Mon Sep 17 00:00:00 2001 From: Pin Lin Date: Tue, 1 Jun 2021 03:53:15 +0800 Subject: [PATCH] Show InterCity at first --- utils/city.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/city.py b/utils/city.py index a0f02ce..8c75ad6 100644 --- a/utils/city.py +++ b/utils/city.py @@ -1,6 +1,7 @@ class City: def __init__(self): self.cities = { + "InterCity": "公路客運", "Keelung": "基隆市", "NewTaipei": "新北市", "Taipei": "台北市", @@ -23,7 +24,6 @@ def __init__(self): "PenghuCounty": "澎湖縣", "KinmenCounty": "金門縣", "LienchiangCounty": "連江縣", - "InterCity": "公路客運", } @property