From a7f76344dcba6fe9093b28c7ae1bed48f3dc35e3 Mon Sep 17 00:00:00 2001 From: Vincent Hanewinkel Date: Thu, 14 Aug 2025 22:02:53 +0200 Subject: [PATCH] fix --- GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.py b/GUI.py index 667a9bb..c0d0883 100644 --- a/GUI.py +++ b/GUI.py @@ -6,7 +6,7 @@ from PyQt5.QtWidgets import ( ) class ListItemWidget(QWidget): - def __init__(self, text, index, on_start, on_stop): + def __init__(self, text, index): super().__init__() self.text = text self.index = index