Skip to content

Commit

Permalink
Fixed a bug caused by a wrong class name
Browse files Browse the repository at this point in the history
  • Loading branch information
koalalorenzo committed Aug 12, 2014
1 parent 66d5af4 commit e582a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Manager(BaseAPI):
def __init__(self, token=""):
super(Image, self).__init__()
super(Manager, self).__init__()
if token:
self.token = token

Expand Down

0 comments on commit e582a1c

Please sign in to comment.