From 4d66ea6650a393f5940294a501f22b3f49479caa Mon Sep 17 00:00:00 2001 From: Vincent Hanewinkel Date: Thu, 14 Aug 2025 21:08:16 +0200 Subject: [PATCH] test --- Controll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Controll.py b/Controll.py index 855837a..f42e3c1 100644 --- a/Controll.py +++ b/Controll.py @@ -9,6 +9,7 @@ sess = pysmu.Session() sess.add_all() controllers = {dev.serial: DeviceController(dev) for dev in sess.devices} serials = list(controllers.keys()) +print(serials) startGUI()