mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
pep8
This commit is contained in:
parent
da344c84fd
commit
7be8765ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -97,5 +97,5 @@ class IPFSPlugin(BeetsPlugin):
|
|||
|
||||
def ipfs_publish(self, lib):
|
||||
_proc = subprocess.Popen(["ipfs", "add", "-q", "-p", lib.path],
|
||||
stdout=subprocess.PIPE)
|
||||
stdout=subprocess.PIPE)
|
||||
self._log.info("hash of library: {0}", _proc.stdout.readline())
|
||||
|
|
|
|||
Loading…
Reference in a new issue