This commit is contained in:
quackerd 2020-06-09 10:49:48 +08:00
parent 5688191bcc
commit 4e041396df
Signed by: d
GPG Key ID: 590A22374D0B819F
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def main():
output = template.render(uuid = v_uuid, path = v_path, server_name = server_name)
with open("client.conf", "w") as file:
with open("client.json", "w") as file:
file.write(output)
print("Processed all files. The detailed client config is written to client.conf.\n" + \