Fix class name 9m
This commit is contained in:
@ -132,6 +132,8 @@ class EntryCSVProcessor:
|
||||
print(f'既存チーム:{existing_team.team_name}')
|
||||
if self._check_same_members(existing_team, row, user):
|
||||
print('既存チームとメンバー構成が同じ')
|
||||
category = self._get_or_create_category(row)
|
||||
print(f'カテゴリからゼッケン取得:{row["zekken_number"]}')
|
||||
return existing_team
|
||||
version += 1
|
||||
team_name = f"{base_team_name}_v{version}"
|
||||
|
||||
Reference in New Issue
Block a user