Skip to content

Commit

Permalink
removed key / secret
Browse files Browse the repository at this point in the history
  • Loading branch information
prehensile committed Mar 11, 2012
1 parent dcfbf28 commit 27c1729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def get_state():
state = MMState()
return state

CONSUMER_KEY = "ZLuhs5eQIsuyTyE3mJOg"
CONSUMER_SECRET = "2UOQ2Xnpd42CX7S5oRtkE8FMT1tkqZy3fw7uIrQfQ"
CONSUMER_KEY = "change me"
CONSUMER_SECRET = "change me"

0 comments on commit 27c1729

Please sign in to comment.