Skip to content

Commit

Permalink
new api capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 5, 2017
1 parent cb60147 commit f005690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digitalriver/main.py
Expand Up @@ -51,7 +51,7 @@ def get_deployer(self, *args, **kwargs):
return digitalriver.util.Deployer(*args, **kwargs)

def _get_api(self):
return digitalocean.Api(
return digitalocean.API(
client_id = appier.conf("DO_ID"),
client_secret = appier.conf("DO_SECRET"),
redirect_url = appier.conf("DO_REDIRECT_URL")
Expand Down

0 comments on commit f005690

Please sign in to comment.