mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-23 21:30:52 +00:00
fix prompt
This commit is contained in:
parent
efaee7594e
commit
f4db1ad95c
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user