mirror of https://github.com/testerSunshine/12306
队列循环提交
parent
f07b33d099
commit
4383d31878
|
@ -680,7 +680,6 @@ class selectProducer(threading.Thread):
|
|||
return
|
||||
obj.submitQueue.task_done()
|
||||
|
||||
|
||||
class submitOrderConsumer(threading.Thread):
|
||||
"""订单队列"""
|
||||
def __init__(self,t_name, queue):
|
||||
|
|
Loading…
Reference in New Issue