fix prompt

This commit is contained in:
onyx-and-iris 2024-01-07 14:37:15 +00:00
parent efaee7594e
commit f4db1ad95c

View File

@ -39,7 +39,7 @@ def main():
) as client: ) as client:
client.callback.register([on_input_volume_meters, on_input_mute_state_changed]) client.callback.register([on_input_volume_meters, on_input_mute_state_changed])
while _ := input("<Enter> to exit>\n"): while _ := input("Press <Enter> to exit\n"):
pass pass