Skip to content

Commit fb58f1f

Browse files
authored
Merge pull request #2319 from babyshan445/fix-missing-profile-pic-id
Fixed issue causing ValidationError after clip_upload
2 parents fd4eb54 + dfb91ec commit fb58f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instagrapi/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class ClipsIgArtist(TypesBaseModel):
304304
full_name: str
305305
is_private: bool = False
306306
is_verified: bool = False
307-
profile_pic_id: str
307+
profile_pic_id: Optional[str] = None
308308
profile_pic_url: str
309309
strong_id__: str
310310

0 commit comments

Comments
 (0)