1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-14 22:27:10 +00:00

GitIgnore update + fixes for initial setup

This commit is contained in:
Jack Darlington
2017-02-22 22:06:59 +00:00
parent 6d30382ae0
commit 7b709c15c2
5 changed files with 15 additions and 7 deletions

View File

@@ -312,7 +312,7 @@ class Config:
else:
self.config_google_drive_watch_changes_response=None
if self.config_calibre_dir is not None:
if (self.config_calibre_dir is not None and not self.config_use_google_drive) or os.path.exists(self.config_calibre_dir + '/metadata.db'):
self.db_configured = True
else:
self.db_configured = False