From df160c0d44e8d0439d54313f097b2a4d9ada7357 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 24 Jul 2014 12:54:12 -0300 Subject: Allow frontend and backend to be run separately. Add the 'check_online' method to check whether the backend is accessible or not. Reduce the wait for running threads timeout on quit. Add retry feature to the backend requests send. --- src/leap/bitmask/gui/app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/leap/bitmask/gui/app.py') diff --git a/src/leap/bitmask/gui/app.py b/src/leap/bitmask/gui/app.py index eb1a58d5..75dc4a38 100644 --- a/src/leap/bitmask/gui/app.py +++ b/src/leap/bitmask/gui/app.py @@ -41,6 +41,7 @@ class App(QtGui.QWidget): self.settings = LeapSettings() self.backend = BackendProxy() + self.backend.start() self.signaler = LeapSignaler() self.signaler.start() -- cgit v1.2.3