Removed needless id parameter
This commit is contained in:
parent
3493047180
commit
f0a27970f1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ import tango
|
||||||
|
|
||||||
# We won't authenticate for this, but sometimes it's necessary
|
# We won't authenticate for this, but sometimes it's necessary
|
||||||
twitter = tango.setup()
|
twitter = tango.setup()
|
||||||
user_timeline = twitter.getUserTimeline(id=None, screen_name="ryanmcgrath")
|
user_timeline = twitter.getUserTimeline(screen_name="ryanmcgrath")
|
||||||
|
|
||||||
print user_timeline
|
print user_timeline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue