X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/d6667ec3cb93700a9207bfa60c815a3748354aaf..a5e40197cf272175a8bc4aa39d4c5b6e545c751c:/twitter/twitter_globals.py diff --git a/twitter/twitter_globals.py b/twitter/twitter_globals.py index 44140f3..5a2e6c8 100644 --- a/twitter/twitter_globals.py +++ b/twitter/twitter_globals.py @@ -8,24 +8,24 @@ POST_ACTIONS = [ # Status Methods - 'update', + 'update', 'retweet', # Direct Message Methods - 'new', + 'new', # Account Methods - 'update_profile_image', 'update_delivery_device', 'update_profile', - 'update_profile_background_image', 'update_profile_colors', - 'update_location', 'end_session', + 'update_profile_image', 'update_delivery_device', 'update_profile', + 'update_profile_background_image', 'update_profile_colors', + 'update_location', 'end_session', # Notification Methods - 'leave', 'follow', + 'leave', 'follow', - # Status Methods, Block Methods, Direct Message Methods, + # Status Methods, Block Methods, Direct Message Methods, # Friendship Methods, Favorite Methods - 'destroy', + 'destroy', # Block Methods, Friendship Methods, Favorite Methods - 'create', + 'create', ]