From 4e041396dfa5d44781f61319c603cdfa763a4c16 Mon Sep 17 00:00:00 2001 From: quackerd Date: Tue, 9 Jun 2020 10:49:48 +0800 Subject: [PATCH] fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec43865..3af8dc2 100644 --- a/setup.py +++ b/setup.py @@ -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" + \