Skip to content

Commit f97be00

Browse files
authored
Merge pull request #23 from ComputerScienceHouse/cole-dev
fix: ORG_TOKEN no longer exists
2 parents 657e717 + 95f9020 commit f97be00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eac/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
_TWITTER_ACCESS_TOKEN_URI = 'https://api.twitter.com/oauth/access_token'
8080
_TWITTER_ACCOUNT_INFO_URI = 'https://api.twitter.com/1.1/account/verify_credentials.json'
8181
_TWITTER_AUTH_TOKEN_CACHE = {}
82-
_ORG_HEADER = {
83-
'Authorization': 'token ' + APP.config['ORG_TOKEN'],
84-
'Accept': 'application/vnd.github.v3+json'
85-
}
8682

8783

8884
@APP.route('/static/<path:path>', methods=['GET'])

0 commit comments

Comments
 (0)