Private GIT

Skip to content
Snippets Groups Projects
Commit 0657d64e authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Fix bug with scene exceptions, and build

parent aaf6782a
No related branches found
No related tags found
No related merge requests found
......@@ -66,3 +66,8 @@ class indexerApi(object):
@property
def indexers(self):
return dict((int(x['id']), x['name']) for x in indexerConfig.values())
@property
def session(self):
if self.indexerID:
return indexerConfig[self.indexerID]['session']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment