name all ze threads
This commit is contained in:
@@ -27,6 +27,7 @@ class exportHtmlThread(threading.Thread):
|
||||
|
||||
def __init__(self, callback=False):
|
||||
threading.Thread.__init__(self)
|
||||
self.name = "HTMLExport"
|
||||
self.callback = callback
|
||||
self.stopRunning = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user