diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-08-26 11:13:59 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-08-26 11:13:59 -0300 |
commit | 70f660221ef8c10e0d630e032af83db854ec9e1b (patch) | |
tree | c6dfb6186df5dc5b110924304465468a89889cfa | |
parent | 8ef8acf8e853fe097c379eed4d65e67f409531d1 (diff) |
[Denis/Tulio][#769] Fix activist mode initialization
-rw-r--r-- | service/pixelated/config/leap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/config/leap.py b/service/pixelated/config/leap.py index 91c8db1f..371c0dc8 100644 --- a/service/pixelated/config/leap.py +++ b/service/pixelated/config/leap.py @@ -65,7 +65,7 @@ def initialize_leap_single_user(leap_provider_cert, provider, username, password = credentials.read(credentials_file) - config, provider = initialize_leap_provider(provider, leap_provider_cert, leap_provider_cert_fingerprint, leap_home) + provider = initialize_leap_provider(provider, leap_provider_cert, leap_provider_cert_fingerprint, leap_home) try: auth = yield authenticate(provider, username, password) |