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

@@ -41,7 +41,7 @@ def main():
KIND_ID = "banana"
with voicemeeterlib.api(KIND_ID) as vm:
with App(vm) as app:
with App(vm):
for i in range(5, 0, -1):
print(f"events start in {i} seconds")
time.sleep(1)