summaryrefslogtreecommitdiff
path: root/src/leap/bitmask
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-04-24 19:00:50 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-04-27 19:33:27 +0200
commit9a1548aa01996ce93febe0272f1f8e4dd5e130ff (patch)
treec4f3a582550cb044d2147bbe3acb3b1c29b1c329 /src/leap/bitmask
parentabf54bcd86efdc4318258ff8e08d0c32e77bf830 (diff)
[bug] wait more for pixelated to start
Diffstat (limited to 'src/leap/bitmask')
-rw-r--r--src/leap/bitmask/pix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/pix.py b/src/leap/bitmask/pix.py
index 69067101..ed69afb2 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)