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 88a1941 commit 008c7ecCopy full SHA for 008c7ec
inter/Query.py
@@ -151,14 +151,14 @@ def sendQuery(self):
151
"cdn": self.httpClint.cdn,
152
"status": True,
153
}
154
- elif is_ticket_pass == '无' and ticket_info[-2] == "1" and TickerConfig.TICKET_TYPE is 2:
+ elif is_ticket_pass == '无' and ticket_info[37] == "1" and TickerConfig.TICKET_TYPE is 2:
155
"""
156
is_ticket_pass如果有别的显示,但是可以候补,可以提issues提出来,附上query log,我将添加上
157
判断车次是否可以候补
158
目前的候补机制是只要一有候补位置,立马提交候补
159
160
# 如果最后一位为1,则是可以候补的,不知道这些正确嘛?
161
- nate = list(ticket_info[-1])
+ nate = list(ticket_info[38])
162
if wrapcache.get(f"hb{ticket_info[2]}"):
163
continue
164
for set_type in TickerConfig.SET_TYPE:
0 commit comments