delay thread startup
This commit is contained in:
@@ -226,6 +226,7 @@ class Proxywatchd():
|
|||||||
if self.in_background:
|
if self.in_background:
|
||||||
wt.start_thread()
|
wt.start_thread()
|
||||||
self.threads.append(wt)
|
self.threads.append(wt)
|
||||||
|
time.sleep( (random.random()/100) )
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user