Skip to content

Commit 98177bb

Browse files
committed
Update import_pictures.py
1 parent 88721c4 commit 98177bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import_pictures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async def send_request(session, url, json):
3333
"Authorization": f"Bearer {sesame_api_token}",
3434
}
3535
params = {
36-
"filters[inetOrgPerson.photo]": f"{json.get('id')}.jpg",
36+
"filters[customFields.photo]": f"{json.get('id')}.jpg",
3737
"filters[inetOrgPerson.employeeType]": "TAIGA",
3838
}
3939

0 commit comments

Comments
 (0)