Fix decrypt, remove print…. again
This commit is contained in:
parent
a639977873
commit
6da8805545
2 changed files with 1 additions and 2 deletions
|
|
@ -27,4 +27,4 @@ branches:
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
before_script:
|
before_script:
|
||||||
- export ACCESS_TOKEN=$(echo $ACCESS_TOKEN_B64 | openssl enc -d -aes-256-cbc -A -a -pass env:ACCESS_TOKEN_SECRET)
|
- export ACCESS_TOKEN=$(echo $ACCESS_TOKEN_B64 | openssl enc -d -aes-256-cbc -A -a -pass env:ACCESS_TOKEN_PASS)
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ class TwythonAPITestCase(unittest.TestCase):
|
||||||
oauth_token, oauth_token_secret,
|
oauth_token, oauth_token_secret,
|
||||||
client_args=client_args)
|
client_args=client_args)
|
||||||
|
|
||||||
print 'access token is', access_token
|
|
||||||
self.oauth2_api = Twython(app_key, access_token=access_token,
|
self.oauth2_api = Twython(app_key, access_token=access_token,
|
||||||
client_args=oauth2_client_args)
|
client_args=oauth2_client_args)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue