dkdkdkdkdkdk
This commit is contained in:
@@ -61,7 +61,7 @@ class MyApp(QMainWindow):
|
||||
if False == os.path.exists(self.pathDB):
|
||||
os.makedirs(self.pathDB, exist_ok=True)
|
||||
|
||||
self.pathLastCalibre = settings.value('LastCalibrePath', "~/CalibreLibrary", type=str)
|
||||
self.pathLastCalibre = settings.value('LastCalibrePath', "~/Calibre Library", type=str)
|
||||
if False == os.path.exists(self.pathDB):
|
||||
os.makedirs(self.pathDB, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user