mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:35:04 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ def matches_q(drive, attr):
|
|||
return True
|
||||
return False
|
||||
|
||||
time.sleep(6)
|
||||
time.sleep(8)
|
||||
drives = {}
|
||||
wmi = __import__('wmi', globals(), locals(), [], -1)
|
||||
c = wmi.WMI(find_classes=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue