From 19b00c9f02a2ff2ee083601c149aa659ffc9073c Mon Sep 17 00:00:00 2001 From: MartB Date: Sun, 8 Nov 2020 15:09:52 +0100 Subject: [PATCH] Fixed isAlive -> is_alive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4559e44..91aae40 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This thread implements a loop which takes care of the pings, sends commands to t checks for incoming messages including audio, and checks for audio to be sent out. The rate of this loop is controlled by how long it will wait for an incoming message before continuing. -You can check if the thread is alive with `mumble_object.isAlive()`. +You can check if the thread is alive with `mumble_object.is_alive()`. The Mumble thread will stop if it disconnects from the server. This can be useful if you need to restart the thread when using a supervisor.