delay thread startup

This commit is contained in:
mickael
2019-01-06 17:52:56 +00:00
parent 03a1c47ff2
commit e4636df468

View File

@@ -226,6 +226,7 @@ class Proxywatchd():
if self.in_background:
wt.start_thread()
self.threads.append(wt)
time.sleep( (random.random()/100) )
while True: