Skip to content

Commit

Permalink
node url has changed slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo van der Wijk committed Sep 19, 2011
1 parent 7a715b4 commit c0f1c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, username, password, passphrase):
self.get_key()

def get_node(self):
url = self.server + '/user/1/' + self.username + '/node/weave'
url = self.server + '/user/1.0/' + self.username + '/node/weave'
r = requests.get(url, auth=(self.username, self._password))
return r.read()

Expand Down

0 comments on commit c0f1c81

Please sign in to comment.