Skip to content

Commit 6346f55

Browse files
authored
Add files via upload
1 parent 7985229 commit 6346f55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

twikit/client.py

-3
Original file line numberDiff line numberDiff line change
@@ -1456,9 +1456,6 @@ def get_user_tweets(
14561456
headers=self._base_headers
14571457
).json()
14581458

1459-
from jlog import log
1460-
log(response)
1461-
14621459
instructions_ = find_dict(response, 'instructions')
14631460
if not instructions_:
14641461
return Result([])

0 commit comments

Comments
 (0)