mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Fix for issue #17
This commit is contained in:
parent
1bb9413b19
commit
69691f9d41
@ -54,4 +54,4 @@ class indexerApi(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def indexers(self):
|
def indexers(self):
|
||||||
return {k: v if k is 'id' else v['name'] for k, v in indexerConfig.items()}
|
return dict({x['id'], x['name']} for x in indexerConfig.values())
|
Loading…
Reference in New Issue
Block a user