Merge branch 'master' of ssh://git.barkshark.xyz:2222/izaliamae/scripts

This commit is contained in:
Izalia Mae 2021-09-08 07:13:55 -04:00
commit e0d6191541

View file

@ -24,7 +24,7 @@ command = ['socat', f'UNIX-LISTEN:{sock_path},fork,reuseaddr,mode=777', f'TCP:{s
shutdown = False
if not sock_path.parent.exists():
sock_path.mkdir(parents=True)
sock_path.parent.mkdir(parents=True)
if sock_path.exists():
print('Socket already exists. Is Pulseaudio or another bridge running?')