From 264351d7276d26429bde2d2862fc886f8616739b Mon Sep 17 00:00:00 2001 From: wenxianping <931128603@qq.com> Date: Thu, 11 Jan 2018 17:27:56 +0800 Subject: [PATCH] fix --- .idea/workspace.xml | 23 +++++++++++++++-------- init/select_ticket_info.py | 1 + 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 38dd0d0..6e3c3a6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,8 @@ - + - @@ -915,7 +921,8 @@ - @@ -1109,8 +1116,8 @@ - - + + diff --git a/init/select_ticket_info.py b/init/select_ticket_info.py index 565ce00..a9d9e84 100644 --- a/init/select_ticket_info.py +++ b/init/select_ticket_info.py @@ -490,6 +490,7 @@ class select: break else: print("不需要验证码") + break checkQueueOrderResult = json.loads(myurllib2.Post(checkQueueOrderUrl, data)) if "status" in checkQueueOrderResult and checkQueueOrderResult["status"]: c_data = checkQueueOrderResult["data"] if "data" in checkQueueOrderResult else {}