update examples

This commit is contained in:
2025-01-15 12:34:31 +00:00
parent cf7301712c
commit 7b725a51e3
7 changed files with 52 additions and 49 deletions

View File

@@ -43,7 +43,7 @@ def main():
with voicemeeterlib.api(KIND_ID, midi=True) as vm:
App(vm)
while cmd := input("Press <Enter> to exit\n"):
while _ := input("Press <Enter> to exit\n"):
pass