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

Commit c878131

Browse files
authored
Merge pull request #570 from mlamelas/master
Deleted uncomfortable print
2 parents e17af0e + b2af803 commit c878131

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)