From 3c87b709391d58ba8cb873e043323ee1a8897304 Mon Sep 17 00:00:00 2001 From: Vincent Hanewinkel Date: Thu, 14 Aug 2025 21:16:57 +0200 Subject: [PATCH] try fix --- Controll.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Controll.py b/Controll.py index 675f6f7..4c6b080 100644 --- a/Controll.py +++ b/Controll.py @@ -34,10 +34,10 @@ def main(): for i, serial in enumerate(serials): ctrl = controllers[serial] win.add_list_item( - text=serial, - index=i, - on_start=make_on_start(ctrl), - on_stop=make_on_stop(ctrl), + serial, + i, + make_on_start(ctrl), + make_on_stop(ctrl), ) # 4) Start