Skip to content

Commit

Permalink
Disable sandbox mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud BRETON committed Jul 1, 2013
1 parent 4496fda commit a19ff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evernote_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_client(self):
return EvernoteClient(
consumer_key=BaseEvernoteHandler.EN_CONSUMER_KEY,
consumer_secret=BaseEvernoteHandler.EN_CONSUMER_SECRET,
sandbox=True
sandbox=False
)

def get_authorized_client(self):
Expand Down

0 comments on commit a19ff3d

Please sign in to comment.