Fixing a settings load bug
[gc-dialer] / src / dialcentral_qt.py
index 3afa873..c45b10d 100755 (executable)
@@ -126,10 +126,8 @@ class Dialcentral(object):
                                        e.section,
                                ),
                        )
-                       return
                except Exception:
                        _moduleLogger.exception("Unknown loading error")
-                       return
 
                if self._alarmHandler is not None:
                        try:
@@ -151,10 +149,8 @@ class Dialcentral(object):
                                                e.section,
                                        ),
                                )
-                               return
                        except Exception:
                                _moduleLogger.exception("Unknown loading error")
-                               return
 
                creds = (
                        base64.b64decode(blob)