channel name uses path
This commit is contained in:
parent
d5978a3371
commit
62db85a6e5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def main():
|
||||||
mumble.set_receive_sound(1) # Enable receiving sound from mumble server
|
mumble.set_receive_sound(1) # Enable receiving sound from mumble server
|
||||||
mumble.start()
|
mumble.start()
|
||||||
mumble.is_ready() # Wait for client is ready
|
mumble.is_ready() # Wait for client is ready
|
||||||
mumble.channels.find_by_name(channel).move_in()
|
mumble.channels.find_by_tree(channel.split('/')).move_in()
|
||||||
mumble.users.myself.mute()
|
mumble.users.myself.mute()
|
||||||
|
|
||||||
if is_streaming:
|
if is_streaming:
|
||||||
|
|
Loading…
Reference in a new issue