From e6c0a4c09bccfd28737f548eb6fd742d2483eb8d Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 23 Apr 2026 16:25:31 +0200 Subject: [PATCH] frappy_psi/sea: quick fix --- frappy_psi/sea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappy_psi/sea.py b/frappy_psi/sea.py index 4191e8f2..e05fb190 100644 --- a/frappy_psi/sea.py +++ b/frappy_psi/sea.py @@ -171,7 +171,7 @@ class SeaClient(ProxyClient, Module): except Exception: pass self._last_connect = time.time() - if self._instance: + if self._instance and False: try: from linsetools.base import MarcheControl # pylint: disable=import-outside-toplevel MarcheControl().start('sea@sea')