Skip to content

Commit 4096109

Browse files
committed
Fix comment only.
1 parent 3ab4fd1 commit 4096109

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

InstagramAPI/base.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ def _sendrequest(self, endpoint, post=None, login=False, headers=None):
137137
:param post: data to HTTP POST. If None, do a GET call.
138138
:param login: if True, this is a call to login, so no need to check we are logged in. Also changes return type.
139139
:param headers: if not None, override default headers
140-
:return: tuple: full response from Instagram if login else just extracted dictionary of JSON part
141-
142-
TODO: most clients will only need one or the other of the responses. Can we simplify?
143-
140+
:return: full response from Instagram if login, else just extracted dictionary of JSON part
144141
"""
145142

146143
# login parameter indicates

0 commit comments

Comments
 (0)