mirror of
https://github.com/beetbox/beets.git
synced 2025-12-21 16:13:38 +01:00
More linting
This commit is contained in:
parent
540a267f9d
commit
f2d298d17c
1 changed files with 0 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ class IPFSPlugin(BeetsPlugin):
|
|||
cmd.func = func
|
||||
return [cmd]
|
||||
|
||||
|
||||
def ipfs_add(self, lib):
|
||||
try:
|
||||
album_dir = lib.get().item_dir()
|
||||
|
|
@ -53,7 +52,6 @@ class IPFSPlugin(BeetsPlugin):
|
|||
self._log.info('Adding {0} to ipfs', album_dir)
|
||||
call(["ipfs", "add", "-r", album_dir])
|
||||
|
||||
|
||||
def ipfs_get(self, lib, hash):
|
||||
call(["ipfs", "get", hash[0]])
|
||||
self._log.info('Getting {0} from ipfs', hash[0])
|
||||
|
|
|
|||
Loading…
Reference in a new issue