forked from indymedia/epicyon
Only pass args
parent
ad5fb99ea7
commit
d325501a31
|
@ -44,5 +44,4 @@ class threadWithTrace(threading.Thread):
|
||||||
|
|
||||||
def clone(self):
|
def clone(self):
|
||||||
return threadWithTrace(target=self, \
|
return threadWithTrace(target=self, \
|
||||||
args=(self._args, self._keywords),daemon=True)
|
args=(self._args),daemon=True)
|
||||||
#return threadWithTrace(self, *self._args, **self._keywords)
|
|
||||||
|
|
Loading…
Reference in New Issue