diff sat/core/sat_main.py @ 3125:c3ce8c997fdf

plugin android: reconnect profiles with autoconnect if network is activated: if network is activated, we check that all profiles with autoconnect are indeed connected, and reconnect them if necesssary.
author Goffi <goffi@goffi.org>
date Sun, 26 Jan 2020 18:08:09 +0100
parents 130f9cb6e0ab
children 9d0df638c8b4
line wrap: on
line diff
--- a/sat/core/sat_main.py	Sat Jan 25 21:08:41 2020 +0100
+++ b/sat/core/sat_main.py	Sun Jan 26 18:08:09 2020 +0100
@@ -722,6 +722,7 @@
 
     def isConnected(self, profile_key):
         """Return connection status of profile
+
         @param profile_key: key_word or profile name to determine profile name
         @return: True if connected
         """