mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	Bugfix finding settings.yaml and dgrive_credentials file
This commit is contained in:
		| @@ -74,9 +74,9 @@ migrate() | ||||
| def getDrive(drive=None, gauth=None): | ||||
|     if not drive: | ||||
|         if not gauth: | ||||
|             gauth = GoogleAuth(settings_file='settings.yaml') | ||||
|             gauth = GoogleAuth(settings_file=os.path.join(config.get_main_dir,'settings.yaml')) | ||||
|         # Try to load saved client credentials | ||||
|         gauth.LoadCredentialsFile("gdrive_credentials") | ||||
|         gauth.LoadCredentialsFile(os.path.join(config.get_main_dir,'gdrive_credentials')) | ||||
|         if gauth.access_token_expired: | ||||
|             # Refresh them if expired | ||||
|             try: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 OzzieIsaacs
					OzzieIsaacs