mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Revise comment
This commit is contained in:
parent
4242a6b202
commit
69c8684302
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class AcousticBrainzSubmitPlugin(plugins.BeetsPlugin):
|
|||
for item in items:
|
||||
self.analyze_submit(item)
|
||||
else:
|
||||
# Create threadpool
|
||||
# Analyze in parallel using a thread pool.
|
||||
pool = ThreadPool()
|
||||
pool.map(self.analyze_submit, items)
|
||||
pool.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue