mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
390b0d45c1
commit
1c846769db
@ -517,7 +517,7 @@ def create_global_prefs(conf_obj=None):
|
|||||||
prefs = ConfigProxy(create_global_prefs())
|
prefs = ConfigProxy(create_global_prefs())
|
||||||
if prefs['installation_uuid'] is None:
|
if prefs['installation_uuid'] is None:
|
||||||
import uuid
|
import uuid
|
||||||
prefs['installation_uuid'] = str(uuid.uuid4())
|
prefs['installation_uuid'] = unicode_type(uuid.uuid4())
|
||||||
|
|
||||||
# Read tweaks
|
# Read tweaks
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user