From 20b7a988d1d12ca9266eb2a8e281cd3babbe0511 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Oct 2023 11:22:27 -0600 Subject: [PATCH] black adds space... --- sndid-jack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sndid-jack.py b/sndid-jack.py index 30bf424..12a9dad 100755 --- a/sndid-jack.py +++ b/sndid-jack.py @@ -265,6 +265,7 @@ def analyze(): detection = recording.analyze() print(recording.detections) + with client: client.connect(JACKSRCLEFT, JACKDESTLEFT) client.connect(JACKSRCRIGHT, JACKDESTRIGHT)