Skip to content

Commit

Permalink
change the oauth key
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 12, 2012
1 parent d8ce969 commit 2913336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hq/puzzles.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def LoadConsumerSecret():




GDATA_SETTINGS = { GDATA_SETTINGS = {
'CONSUMER_KEY': 'cic.battlestarelectronica.org', 'CONSUMER_KEY': 'hq.mechadubzilla.com',
'CONSUMER_SECRET': LoadConsumerSecret(), 'CONSUMER_SECRET': LoadConsumerSecret(),
'REQUEST_TOKEN': 'RequestToken', 'REQUEST_TOKEN': 'RequestToken',
'ACCESS_TOKEN': 'AccessToken', 'ACCESS_TOKEN': 'AccessToken',
Expand Down

0 comments on commit 2913336

Please sign in to comment.