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

@@ -29,6 +29,7 @@ import calendar
class CheckUpdateThread(threading.Thread):
def __init__(self, callback):
threading.Thread.__init__(self)
self.name = "CheckUpdate"
self.callback = callback
self.settings = service.settings.UpdateSettings.getInstance()
self.network = service.Network.getInstance()