parent
1ed14f9a17
commit
f2f09bf0ca
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def _parse(s):
|
|||
if not port.isdigit():
|
||||
return None
|
||||
else:
|
||||
port = srt(DEFAULT_PORT)
|
||||
port = str(DEFAULT_PORT)
|
||||
return "%s:%s" % (host, port)
|
||||
|
||||
SETTING = utils.FunctionSetting(_parse, "mumble-server",
|
||||
|
|
Loading…
Reference in a new issue