|
@@ -34,6 +34,7 @@ class ProxyValidSchedule(object):
|
|
|
thread_list.append(ProxyCheck())
|
|
thread_list.append(ProxyCheck())
|
|
|
|
|
|
|
|
for thread in thread_list:
|
|
for thread in thread_list:
|
|
|
|
|
+ thread.daemon = True
|
|
|
thread.start()
|
|
thread.start()
|
|
|
|
|
|
|
|
for thread in thread_list:
|
|
for thread in thread_list:
|