mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Merge pull request #2167 from arogl/patch-1
Spelling update toke -> token
This commit is contained in:
commit
644cb86b24
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
token, secret)
|
||||
|
||||
def reset_auth(self):
|
||||
"""Delete toke file & redo the auth steps.
|
||||
"""Delete token file & redo the auth steps.
|
||||
"""
|
||||
os.remove(self._tokenfile())
|
||||
self.setup()
|
||||
|
|
|
|||
Loading…
Reference in a new issue