From f5cd4b462501704bddfd5cd714410a145edc7cd8 Mon Sep 17 00:00:00 2001 From: DJ Sundog Date: Sun, 2 Aug 2020 12:30:50 -0700 Subject: [PATCH] debug --- SoundslabInput.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SoundslabInput.py b/SoundslabInput.py index 0fd4d64..b0ca33a 100644 --- a/SoundslabInput.py +++ b/SoundslabInput.py @@ -139,11 +139,11 @@ while True: # test menu display.updateMenu( [ - {output: "▲"}, - {output: "Toggle repeat", selected: True}, - {output: "Toggle shuffle"}, - {output: "View queue"}, - {output: "▼"} + {"output": "▲"}, + {"output": "Toggle repeat", "selected": True}, + {"output": "Toggle shuffle"}, + {"output": "View queue"}, + {"output": "▼"} ] ) # test album art