This commit is contained in:
pengtao 2021-10-25 17:03:24 +08:00
parent ed2368e265
commit 42c13cd6b7

View File

@ -30,7 +30,7 @@ def read_json(filename):
def main():
create_conf_work()
csv_data = get_csv()
for i in range(1, 2):
for i in range(1, 4):
check_file = f"server_list_{i}.json"
json_data = read_json(check_file)
print(f"check {check_file}")