From 95c659c7bf3d2780ea931fae5aa7c572762234cd Mon Sep 17 00:00:00 2001 From: Vincent Hanewinkel Date: Thu, 14 Aug 2025 20:41:55 +0200 Subject: [PATCH] try fix --- Controll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controll.py b/Controll.py index 8c96c7e..b30760f 100644 --- a/Controll.py +++ b/Controll.py @@ -7,7 +7,7 @@ import os # --- Setup --- sess = pysmu.Session() sess.add_all() -controllers = {dev.m_serial: DeviceController(dev) for dev in sess.devices} +controllers = {dev.serial: DeviceController(dev) for dev in sess.devices} serials = list(controllers.keys()) for i in enumerate(serials):