Browse Source

remove "value" arg from getConf that was left over from setConf copypasta. fixes #85

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
7d6a0d53f6
  1. 2
      pyweb/mumble/MumbleCtlDbus.py

2
pyweb/mumble/MumbleCtlDbus.py

@ -69,7 +69,7 @@ class MumbleCtlDbus_118(MumbleCtlBase):
info[str(key)] = conf[key];
return info;
def getConf(self, srvid, key, value):
def getConf(self, srvid, key):
if key == "username":
key = "playername";

Loading…
Cancel
Save