mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-17 21:43:31 +00:00
fix prompt
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user