mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
add ip kwarg default value
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user