From 62c1d37bcc44e86341388e595bdc5c2ed81a8d57 Mon Sep 17 00:00:00 2001 From: Rainer Hihn Date: Sat, 27 Apr 2019 17:58:48 +0200 Subject: [PATCH] Formatting --- beetsplug/acousticbrainz.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beetsplug/acousticbrainz.py b/beetsplug/acousticbrainz.py index 02be2d7e8..01f3ac6ac 100644 --- a/beetsplug/acousticbrainz.py +++ b/beetsplug/acousticbrainz.py @@ -212,9 +212,9 @@ class AcousticPlugin(plugins.BeetsPlugin): for attr, val in self._map_data_to_scheme(data, ABSCHEME): if not tags or attr in tags: self._log.debug(u'attribute {} of {} set to {}', - attr, - item, - val) + attr, + item, + val) setattr(item, attr, val) else: self._log.debug(u'skipping attribute {} of {}'