name all ze threads

This commit is contained in:
blitzman
2017-01-28 17:46:59 -05:00
parent b3eb4f35cd
commit a76eef01de
7 changed files with 24 additions and 0 deletions

View File

@@ -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