Private GIT

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

Fix bug with scene exceptions, and build

parent 762a0e4d
No related branches found
No related tags found
No related merge requests found
...@@ -66,3 +66,8 @@ class indexerApi(object): ...@@ -66,3 +66,8 @@ class indexerApi(object):
@property @property
def indexers(self): def indexers(self):
return dict((int(x['id']), x['name']) for x in indexerConfig.values()) 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