From f4db1ad95c14ddfe14c6dbd35ff59cf2dac3cb6a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 7 Jan 2024 14:37:15 +0000 Subject: [PATCH] fix prompt --- examples/levels/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/levels/__main__.py b/examples/levels/__main__.py index a1e8503..2fc2a03 100644 --- a/examples/levels/__main__.py +++ b/examples/levels/__main__.py @@ -39,7 +39,7 @@ def main(): ) as client: client.callback.register([on_input_volume_meters, on_input_mute_state_changed]) - while _ := input(" to exit>\n"): + while _ := input("Press to exit\n"): pass