mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 07:37:04 +01:00
...
This commit is contained in:
parent
e9ff5e2599
commit
6deb138320
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ def _update_drive_info(self, storage, location_code, name=None):
|
|||
except:
|
||||
prints('Failed to load existing driveinfo.calibre file, with error:')
|
||||
traceback.print_exc()
|
||||
dinfo = None
|
||||
dinfo = {}
|
||||
if dinfo.get('device_store_uuid', None) is None:
|
||||
dinfo['device_store_uuid'] = unicode(uuid.uuid4())
|
||||
if dinfo.get('device_name', None) is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue