a
This commit is contained in:
parent
ed2368e265
commit
42c13cd6b7
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user