We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 657e717 + 95f9020 commit f97be00Copy full SHA for f97be00
eac/__init__.py
@@ -79,10 +79,6 @@
79
_TWITTER_ACCESS_TOKEN_URI = 'https://api.twitter.com/oauth/access_token'
80
_TWITTER_ACCOUNT_INFO_URI = 'https://api.twitter.com/1.1/account/verify_credentials.json'
81
_TWITTER_AUTH_TOKEN_CACHE = {}
82
-_ORG_HEADER = {
83
- 'Authorization': 'token ' + APP.config['ORG_TOKEN'],
84
- 'Accept': 'application/vnd.github.v3+json'
85
-}
86
87
88
@APP.route('/static/<path:path>', methods=['GET'])
0 commit comments