This commit is contained in:
pengtao 2022-03-08 11:25:20 +08:00
parent 702969314c
commit 736334cc9e

View File

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