mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Name the device manager thread
This commit is contained in:
parent
aa66a5e67b
commit
89411a763e
@ -171,7 +171,7 @@ class DeviceManager(Thread): # {{{
|
||||
'''
|
||||
:sleep_time: Time to sleep between device probes in secs
|
||||
'''
|
||||
Thread.__init__(self, daemon=True)
|
||||
Thread.__init__(self, name='DeviceManager', daemon=True)
|
||||
# [Device driver, Showing in GUI, Ejected]
|
||||
self.devices = list(device_plugins())
|
||||
self.disabled_device_plugins = list(disabled_device_plugins())
|
||||
|
Loading…
x
Reference in New Issue
Block a user