mirror of
https://github.com/beetbox/beets.git
synced 2026-03-07 05:34:40 +01:00
fetchart: Fix typo in google API config key
This commit is contained in:
parent
ff15f4af9b
commit
b73cfb9f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class GoogleImages(ArtSource):
|
|||
given an album title and interpreter.
|
||||
"""
|
||||
self._log.debug('fetching art from google...')
|
||||
api_key = config['fetchart']['google_api_key'].get()
|
||||
api_key = config['fetchart']['google_API_key'].get()
|
||||
engine_id = config['fetchart']['google_engine_ID'].get()
|
||||
self._log.debug('API Key: ' + api_key)
|
||||
self._log.debug('Engine ID: ' + engine_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue