diff --git a/utils/window/frames/show.py b/utils/window/frames/show.py index 8100972..5627a3d 100644 --- a/utils/window/frames/show.py +++ b/utils/window/frames/show.py @@ -53,6 +53,7 @@ def run(): # Refresh list or append if not append: + self.data = [] self.list_listbox.delete(0, 'end') else: self.index += 1