From d15d7efbf4eda44b421e6f3a11e5cc86eb1b9acd Mon Sep 17 00:00:00 2001 From: Ohm Patel Date: Thu, 31 Dec 2015 00:53:05 -0600 Subject: [PATCH] ABrainz: Removed repeated portion of error message --- beetsplug/abrainz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/abrainz.py b/beetsplug/abrainz.py index 4ebc3d0d6..615b2a2b8 100644 --- a/beetsplug/abrainz.py +++ b/beetsplug/abrainz.py @@ -51,7 +51,7 @@ def fetch_info(self, lib): try: rs.json() except ValueError: - self._log.debug('abrainz: Invalid Response: {}', rs.text) + self._log.debug('Invalid Response: {}', rs.text) item.danceable = get_value(self._log, rs.json(), ["highlevel", "danceability",