diff options
author | kali <kali@leap.se> | 2012-10-08 07:50:24 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-08 07:50:24 +0900 |
commit | 6728eb9afb21bad867e4052a6190a9bdb34c928a (patch) | |
tree | f648189df27c8531991001a1ce25845ffe3b9e41 /src/leap/base/checks.py | |
parent | 6cd947041b3352bebddf3863a86b0a15f8222bcf (diff) |
popup dialog error when network error happens
we are shutting down for now.
we should be acting upon failures in the near future.
lowered the recurrent checks interval to 10 seconds.
Diffstat (limited to 'src/leap/base/checks.py')
-rw-r--r-- | src/leap/base/checks.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/base/checks.py b/src/leap/base/checks.py index 0dbb2846..84f9dd46 100644 --- a/src/leap/base/checks.py +++ b/src/leap/base/checks.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - import logging import platform @@ -17,8 +16,6 @@ class LeapNetworkChecker(object): """ all network related checks """ - # TODO refactor to use psutil --- - # #718 # XXX get provider gateway as a parameter # for constructor. |