mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Make a comment into a full sentence
This commit is contained in:
parent
5c92388702
commit
f54042f194
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
# Try using a configured user token (bypassing OAuth login).
|
||||
user_token = self.config['user_token'].as_str()
|
||||
if user_token:
|
||||
# rate limit for authenticated users is 60 per minute
|
||||
# The rate limit for authenticated users goes up to 60
|
||||
# requests per minute.
|
||||
self.rate_limit_per_minute = 60
|
||||
self.discogs_client = Client(USER_AGENT, user_token=user_token)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue