Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit b2af803

Browse files
authored
Deleted uncomfortable print
This line print the parameters when you call UsersLookup. It shouldn't be there
1 parent e17af0e commit b2af803

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

twitter/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2823,8 +2823,6 @@ def UsersLookup(self,
28232823
if len(uids) > 100:
28242824
raise TwitterError("No more than 100 users may be requested per request.")
28252825

2826-
print(parameters)
2827-
28282826
resp = self._RequestUrl(url, 'GET', data=parameters)
28292827
data = self._ParseAndCheckTwitter(resp.content.decode('utf-8'))
28302828

0 commit comments

Comments
 (0)