problem on multi-threading

Sturla Molden sturla.molden at gmail.com
Fri Jul 25 16:04:22 EDT 2014


"水静流深" <1248283536 at qq.com> wrote:

> name=['600000', '000001', '600319', '600531','600661', '600983', '600202', '600149']
> x=webdata(name)
> x.run()‍
> 
> never quit from the thread ,why?

Call .start() instead of .run()




More information about the Python-list mailing list