channel name uses path

This commit is contained in:
encrypt 2020-04-17 13:18:45 +02:00
parent d5978a3371
commit 62db85a6e5

View file

@ -81,7 +81,7 @@ def main():
mumble.set_receive_sound(1) # Enable receiving sound from mumble server
mumble.start()
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()
if is_streaming: