Skip to content

Commit

Permalink
Should the manager return the token when used as string (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
koalalorenzo committed Aug 16, 2014
1 parent 90e8981 commit bad1ac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions digitalocean/Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,6 @@ def get_all_sshkeys(self):
ssh_key.token = self.token
ssh_keys.append(ssh_key)
return ssh_keys

def __str__(self):
return "%s" % (self.token)

0 comments on commit bad1ac7

Please sign in to comment.