diff options
author | kali <kali@leap.se> | 2012-08-30 06:00:03 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-30 06:00:03 +0900 |
commit | 396d815e318d03df4e21269aa8c3e6c0e6f7fad0 (patch) | |
tree | 25cd95dec5a283ad0c14ac367e6135a532c1dd38 /src/leap/baseapp | |
parent | b79a08b84e52871b1e1254f65ff774a6f0857608 (diff) |
working with options only from cli
Diffstat (limited to 'src/leap/baseapp')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index d7f4ecac..2f7a14dd 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -431,7 +431,7 @@ technolust</i>") if self.conductor.with_errors: #XXX how to wait on pkexec??? #something better that this workaround, plz!! - time.sleep(10) + time.sleep(5) print('errors. disconnect.') self.start_or_stopVPN() # is stop |