mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-13 18:43:30 +00:00
update examples
This commit is contained in:
@@ -37,7 +37,7 @@ def main():
|
||||
) as vm:
|
||||
App(vm)
|
||||
|
||||
while cmd := input("Press <Enter> to exit\n"):
|
||||
while _ := input("Press <Enter> to exit\n"):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user