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