in get method we use *kwargs, that's why we need to provide named arguments to the function
This commit is contained in:
parent
0407742fd8
commit
a13539884d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ twitter = Twython()
|
|||
# OAuth ritual...
|
||||
|
||||
|
||||
twitter.updateStatus("See how easy this was?")
|
||||
twitter.updateStatus(status = "See how easy this was?")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue