diff --git a/create_ou_branch.py b/create_ou_branch.py index 6681141..8aa5fe0 100644 --- a/create_ou_branch.py +++ b/create_ou_branch.py @@ -137,6 +137,9 @@ if __name__ == "__main__": date_file = manager.open_csv_file(PATH_CSV) if date_file is not None: ou_add_list = [ i[5] for i in date_file] + ou_comp = [i[10] for i in date_file] logging.info("run create ou") - manager.creat_branch_ou(ou_add_list)# Создаст структуру OU + # manager.creat_branch_ou(ou_add_list)# Создаст структуру OU + manager.creat_branch_ou(ou_add_list) + manager.creat_branch_ou(ou_comp) logging.info("> END <")