Skip to content

Commit

Permalink
Fixed isAlive -> is_alive
Browse files Browse the repository at this point in the history
Merge pull request #88 from MartB/patch-2
  • Loading branch information
azlux authored Nov 8, 2020
2 parents 0417c5b + 19b00c9 commit ab6bd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ab6bd98

Please sign in to comment.