blacken readme example.

fix bug in main.py
This commit is contained in:
onyx-and-iris
2022-10-19 21:10:59 +01:00
parent 01c99d5b31
commit 87eb61170e
2 changed files with 8 additions and 12 deletions

View File

@@ -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()