summaryrefslogtreecommitdiff
path: root/service/pixelated/config
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-11-06 13:33:47 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-11-06 13:33:47 -0200
commit2a5c8fd4575af9f19db56e4603a8c221020711fd (patch)
tree7152fb249889d4612783659ea5c211b2efe6a886 /service/pixelated/config
parent50f599dcc5297b3b29827b2ac02e6a9885b52d62 (diff)
Refactor - Removed class SoledadSession
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider
Diffstat (limited to 'service/pixelated/config')
-rw-r--r--service/pixelated/config/services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/config/services.py b/service/pixelated/config/services.py
index 65a67a3d..35429c01 100644
--- a/service/pixelated/config/services.py
+++ b/service/pixelated/config/services.py
@@ -19,7 +19,7 @@ class Services(object):
def setup(self, leap_home, leap_session):
InputMail.FROM_EMAIL_ADDRESS = leap_session.account_email()
- search_index_storage_key = self.setup_search_index_storage_key(leap_session.soledad_session.soledad)
+ search_index_storage_key = self.setup_search_index_storage_key(leap_session.soledad)
yield self.setup_search_engine(
leap_home,
search_index_storage_key)