funktionierendes setup
This commit is contained in:
parent
2043c88c03
commit
793486ff65
4 changed files with 92 additions and 6 deletions
lib
|
@ -13,7 +13,7 @@ class Alfred(object):
|
|||
raise RuntimeError('alfred: invalid unix socket path given')
|
||||
|
||||
def _fetch(self, data_type):
|
||||
cmd = ['alfred-json',
|
||||
cmd = ['/usr/local/bin/alfred-json',
|
||||
'-z',
|
||||
'-f', 'json',
|
||||
'-r', str(data_type)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue