mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
blacken readme example.
fix bug in main.py
This commit is contained in:
@@ -80,7 +80,9 @@ class ManyThings:
|
||||
|
||||
|
||||
def main():
|
||||
with vban_cmd.api(kind_id, ip="gamepc.local", port=6980, streamname="Command1") as vban:
|
||||
with vban_cmd.api(
|
||||
kind_id, ip="gamepc.local", port=6980, streamname="Command1"
|
||||
) as vban:
|
||||
do = ManyThings(vban)
|
||||
do.things()
|
||||
do.other_things()
|
||||
|
||||
Reference in New Issue
Block a user