feat: without xvfb-run
This commit is contained in:
@@ -75,7 +75,7 @@ def check_status(station):
|
||||
time.sleep(CHECK_STATUS_INTERVAL)
|
||||
|
||||
# Start mumble client
|
||||
subprocess.Popen(['xvfb-run', 'mumble', 'mumble://uli@miki'])
|
||||
subprocess.Popen(['mumble', 'mumble://uli@miki'])
|
||||
|
||||
# Start thread to wait for incoming hang petitions.
|
||||
thread_listen = Thread(target=listen, args=(callManager,))
|
||||
|
||||
Reference in New Issue
Block a user