fix
This commit is contained in:
parent
2a47a4f712
commit
2a33e5aeb3
@ -20,7 +20,7 @@
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "nocturne.quacker.net",
|
||||
"address": "{{ server_name }}",
|
||||
"port": 443,
|
||||
"users": [
|
||||
{
|
||||
|
2
setup.py
2
setup.py
@ -101,7 +101,7 @@ def main():
|
||||
with open("client.conf", "r") as file:
|
||||
template = jinja2.Template(file.read())
|
||||
|
||||
output = template.render(uuid = v_uuid, path = v_path)
|
||||
output = template.render(uuid = v_uuid, path = v_path, server_name = server_name)
|
||||
|
||||
with open("client.conf", "w") as file:
|
||||
file.write(output)
|
||||
|
Loading…
Reference in New Issue
Block a user