diff --git a/conjurer_musician/radio_conjurer.liq b/conjurer_musician/radio_conjurer.liq index 2e2d0be..66e00f5 100644 --- a/conjurer_musician/radio_conjurer.liq +++ b/conjurer_musician/radio_conjurer.liq @@ -86,7 +86,7 @@ let json.parse credentials = file.contents("/home/pi/Conjurer/icecast_credentia p = interactive.bool("r1", false) def check_skip() - if p then + if p() then log.info("Skipping current track.") radio.skip() p.set(false)