Update advanced_usage.rst
Fixed wrong variable name in function arguments.
This commit is contained in:
parent
f81447481c
commit
28290cd7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ Posting a Status with an Editing Image
|
|||
# unable to be read
|
||||
image_io.seek(0)
|
||||
|
||||
twitter.update_status_with_media(media=photo, status='Check out my edited image!')
|
||||
twitter.update_status_with_media(media=image_io, status='Check out my edited image!')
|
||||
|
||||
|
||||
Search Generator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue