PEP8 Edit: Removed Tab -> added 4 spaces
This commit is contained in:
parent
9fcd14f3d1
commit
fb8cefd823
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from twython import Twython
|
||||
|
||||
"""
|
||||
You'll need to go through the OAuth ritual to be able to successfully
|
||||
use this function. See the example oauth django application included in
|
||||
this package for more information.
|
||||
You'll need to go through the OAuth ritual to be able to successfully
|
||||
use this function. See the example oauth django application included in
|
||||
this package for more information.
|
||||
"""
|
||||
twitter = Twython()
|
||||
twitter.updateProfileImage("myImage.png")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue