Skip to content

Commit d37641d

Browse files
1 parent 9559336 commit d37641d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instagram/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, *args, **kwargs):
5757
path = "/media/{media_id}/comments",
5858
method = "POST",
5959
accepts_parameters = ['media_id', 'text'],
60-
response_type = "entry",
60+
response_type = "empty",
6161
root_class = Comment)
6262

6363
delete_comment = bind_method(

0 commit comments

Comments
 (0)