mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Pep8 bugfix
This commit is contained in:
parent
f99b4841df
commit
6e179d86e6
1 changed files with 3 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ class AcousticBrainzSubmitPlugin(plugins.BeetsPlugin):
|
||||||
def command(self, lib, opts, args):
|
def command(self, lib, opts, args):
|
||||||
# Get items from arguments
|
# Get items from arguments
|
||||||
items = lib.items(ui.decargs(args))
|
items = lib.items(ui.decargs(args))
|
||||||
self.opts=opts
|
self.opts = opts
|
||||||
util.par_map(self.analyze_submit, items)
|
util.par_map(self.analyze_submit, items)
|
||||||
|
|
||||||
def analyze_submit(self, item):
|
def analyze_submit(self, item):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue