diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index a3b11e6b09..25770d7c17 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -74,7 +74,7 @@ class CheckForUpdates(Thread): daemon = True def __init__(self, parent): - Thread.__init__(self) + Thread.__init__(self, name='CheckForUpdates') self.shutdown_event = Event() self.signal = Signal(parent)