diff --git a/beetsplug/ipfs.py b/beetsplug/ipfs.py index 46cd54a90..05d1e2e56 100644 --- a/beetsplug/ipfs.py +++ b/beetsplug/ipfs.py @@ -82,7 +82,7 @@ class IPFSPlugin(BeetsPlugin): for linenr, line in enumerate(all_lines): line = line.strip() - if linenr == length-1: + if linenr == length - 1: # last printed line is the album hash self._log.info("album: {0}", line) lib.ipfs = line