diff --git a/menus/main.py b/menus/main.py index ed0b640..f87a961 100644 --- a/menus/main.py +++ b/menus/main.py @@ -335,7 +335,7 @@ class Main(arcade.gui.UIView): content_to_show = [match[0] for match in matches] else: self.highest_score_file = "" - self.content_to_show = [] + content_to_show = [] else: self.highest_score_file = ""