You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i print result =client.get(suffix="statuses/public_timeline.json"), i got {'statuses': [], 'hasvisible': False, 'previous_cursor': 0, 'next_cursor': 0, 'total_number': 0, 'interval': 0} instead. If i print result =client.get(suffix="statuses/home_timeline.json"), it seems to be working fine and prints me what i want
The text was updated successfully, but these errors were encountered:
When i print result =client.get(suffix="statuses/public_timeline.json"), i got {'statuses': [], 'hasvisible': False, 'previous_cursor': 0, 'next_cursor': 0, 'total_number': 0, 'interval': 0} instead. If i print result =client.get(suffix="statuses/home_timeline.json"), it seems to be working fine and prints me what i want
The text was updated successfully, but these errors were encountered: