Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from zupo/patch-1
Browse files Browse the repository at this point in the history
When setting up dogapi you need to give the application key also
  • Loading branch information
clofresh committed May 7, 2014
2 parents 98b189f + 46654fb commit 48e8a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dogapi/fab.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

MAX_ARGS_LEN = 256

def setup(api_key):
def setup(api_key, application_key):
global dog_http_api
dog_http_api.api_key = api_key
dog_http_api.application_key = application_key

def _human_duration(d):
def pluralize(quantity, noun):
Expand Down

0 comments on commit 48e8a06

Please sign in to comment.