diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-24 19:00:50 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-27 19:33:27 +0200 |
commit | 9a1548aa01996ce93febe0272f1f8e4dd5e130ff (patch) | |
tree | c4f3a582550cb044d2147bbe3acb3b1c29b1c329 | |
parent | abf54bcd86efdc4318258ff8e08d0c32e77bf830 (diff) |
[bug] wait more for pixelated to start
-rw-r--r-- | src/leap/bitmask/pix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/pix.py b/src/leap/bitmask/pix.py index 6906710..ed69afb 100644 --- a/src/leap/bitmask/pix.py +++ b/src/leap/bitmask/pix.py @@ -207,7 +207,7 @@ def _start_in_single_user_mode(leap_session, config, resource, # without the needed callbacks for IMAP compatibility. # This should be better addressed at pixelated code, by using the mail # api to create the collection. - 2, start_user_agent_in_single_user_mode, + 3, start_user_agent_in_single_user_mode, resource, services_factory, leap_session.config.leap_home, leap_session) |