We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8755a1c commit c9b1404Copy full SHA for c9b1404
hack12306.py
@@ -103,7 +103,7 @@ def searchMore(self):
103
'Z': u'Z-直达', # 直达
104
'K': u'K-快速' # 快速
105
}
106
- if type == 'T' or type == 'G' or type == 'D' or type == 'Z':
+ if type == 'T' or type == 'G' or type == 'D' or type == 'Z' or type == 'K':
107
print(u'--------->选择的车次类型', train_type_dict[type])
108
self.driver.find_by_text(train_type_dict[type]).click()
109
else:
0 commit comments