mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Increase time that calibre wait s before querying windows for drive information when it detects a device
This commit is contained in:
parent
111830363f
commit
880ac0d3a0
@ -262,7 +262,7 @@ class Device(DeviceConfig, DevicePlugin):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
time.sleep(6)
|
time.sleep(8)
|
||||||
drives = {}
|
drives = {}
|
||||||
wmi = __import__('wmi', globals(), locals(), [], -1)
|
wmi = __import__('wmi', globals(), locals(), [], -1)
|
||||||
c = wmi.WMI(find_classes=False)
|
c = wmi.WMI(find_classes=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user