Skip to content

Commit

Permalink
Issue #754. Fix reference error after updating OAUTH_TOKEN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Oct 12, 2015
1 parent 1c5f7f4 commit 9d9d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

REPO_URI = app.config['ISSUES_REPO_URI']
OAUTH_TOKEN = app.config['OAUTH_TOKEN']
AUTH_HEADERS = {'Authorization': 'token {0}'.format(BOT_TOKEN),
AUTH_HEADERS = {'Authorization': 'token {0}'.format(OAUTH_TOKEN),
'User-Agent': 'webcompat/webcompat-bot'}


Expand Down

0 comments on commit 9d9d504

Please sign in to comment.