Cooler twitter handle, different secure tokens

This commit is contained in:
Mike Helmick 2013-05-15 21:23:50 -04:00
parent 00f8fe8705
commit 008c53048a
2 changed files with 14 additions and 14 deletions

View file

@ -8,7 +8,7 @@ app_secret = os.environ.get('APP_SECRET')
oauth_token = os.environ.get('OAUTH_TOKEN')
oauth_token_secret = os.environ.get('OAUTH_TOKEN_SECRET')
screen_name = os.environ.get('SCREEN_NAME', 'TwythonTest')
screen_name = os.environ.get('SCREEN_NAME', '__twython__')
# Protected Account you ARE following and they ARE following you
protected_twitter_1 = os.environ.get('PROTECTED_TWITTER_1', 'TwythonSecure1')