Skip to content

Commit

Permalink
Fix the example;
Browse files Browse the repository at this point in the history
  • Loading branch information
juliengrenier committed Jan 19, 2012
1 parent 96a1cc9 commit dcbf8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geeklist_examples.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from geeklist.api import BaseGeeklistApi, GeekListOauthApi, GeekListUserApi

from access import consumer_info #consumer_info is { 'key': YOUR_KEY, 'secret': secret}
from access import consumer_info #please access.py which contains consumer_info = { 'key': YOUR_KEY, 'secret': secret}

BaseGeeklistApi.BASE_URL ='http://sandbox-api.geekli.st/v1'
oauth_api = GeekListOauthApi(consumer_info=consumer_info)
Expand Down

0 comments on commit dcbf8b3

Please sign in to comment.