funktionierendes setup

This commit is contained in:
kantorkel 2015-12-01 19:29:57 +01:00
commit 793486ff65
4 changed files with 92 additions and 6 deletions

View file

@ -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)]