Skip to content

Commit a919e05

Browse files
committed
Fixed Internal server error
1 parent aad8bb7 commit a919e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whatsapp_api_client_python/tools/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ def set_profile_picture(self, file: str) -> Response:
115115
return self.api.request(
116116
"POST", (
117117
"{{host}}/waInstance{{idInstance}}/"
118-
"SetSettings/{{apiTokenInstance}}"
118+
"setProfilePicture/{{apiTokenInstance}}"
119119
), files=files
120120
)

0 commit comments

Comments
 (0)