2025.11.6: Fixed naming error

This commit is contained in:
2025-11-13 17:31:33 +03:00
parent 2af4797346
commit 1227c7fc1c
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ class FocusCompliance(Request):
for profile_id in profile_id_list:
response = self.get(f'{self._focus_base_url}/companies/profiles/{profile_id}/report')
result = self._save_file(
filename=f'Отчет_по_профилю_{profile_id_list[0]}',
filename=f'Отчет_по_профилю_{profile_id_list[0]}_{profile_id}',
content=response.content,
file_type='docx',
path=path