From 9a1548aa01996ce93febe0272f1f8e4dd5e130ff Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 24 Apr 2017 19:00:50 +0200 Subject: [bug] wait more for pixelated to start --- src/leap/bitmask/pix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3