add ip kwarg default value

This commit is contained in:
2025-01-21 16:23:59 +00:00
parent 5299d9ec6b
commit 1742ff839e
2 changed files with 6 additions and 6 deletions

View File

@@ -23,10 +23,10 @@ class ManyThings:
def main():
kind_id = 'banana'
KIND_ID = 'banana'
with vban_cmd.api(
kind_id, ip='gamepc.local', port=6980, streamname='Command1'
KIND_ID, ip='gamepc.local', port=6980, streamname='Command1'
) as vban:
do = ManyThings(vban)
do.things()