Skip to content
Snippets Groups Projects
Commit caf87bc8 authored by David Trattnig's avatar David Trattnig
Browse files

Removed duplicate method.

parent 5efe486d
Branches
Tags
No related merge requests found
......@@ -256,7 +256,7 @@ class Padavan:
def set_volume(self, mixernumber, volume):
# init lqs and enable comm
self.init_liquidsoap_communication()
self.stringreply = self.lsc.set_volume(mixernumber, volume)
self.stringreply = self.lsc.channel_volume(mixernumber, volume)
# disable connection
self.destroy_liquidsoap_communication()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment