Skip to content

Commit afccced

Browse files
author
sanshunfeng
committed
fix:放开确认选座
1 parent 7fe9919 commit afccced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack12306.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def buyTickets(self):
281281
# 提交订单
282282
self.submitOrder()
283283
# 确认选座
284-
#self.confirmSeat()
284+
self.confirmSeat()
285285

286286
print(time.clock() - t)
287287

0 commit comments

Comments
 (0)