fix: proper ids for xvfb run to mute/deafen

fix: mute at startup
This commit is contained in:
2026-04-14 13:18:19 +02:00
parent 213429c8ba
commit eb1b927bf1
2 changed files with 4 additions and 2 deletions

View File

@@ -97,6 +97,8 @@ def check_status(station):
# Start mumble client
subprocess.Popen(["xvfb-run", "-n", "1", "mumble", "mumble://" + name + "@miki"])
# Mute mumble
callManager.deaf_mumble()
# Start thread to wait for incoming hang petitions.
thread_listen = Thread(target=listen, args=(callManager,))