mirror of
https://github.com/beetbox/beets.git
synced 2026-02-13 10:51:59 +01:00
Fix default for user_token
Always match the expected type.
This commit is contained in:
parent
6cb9504403
commit
74c0e0d6e9
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
'apisecret': 'plxtUTqoCzwxZpqdPysCwGuBSmZNdZVy',
|
||||
'tokenfile': 'discogs_token.json',
|
||||
'source_weight': 0.5,
|
||||
'user_token': None,
|
||||
'user_token': '',
|
||||
})
|
||||
self.config['apikey'].redact = True
|
||||
self.config['apisecret'].redact = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue