diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-03 16:54:38 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-03 16:54:38 +0000 |
commit | 023cb1161725ae164c4019f253d656ee685a425b (patch) | |
tree | 9875b847bacd10058afaea7c43e972fdd66cad48 /h-client | |
parent | 1c0b439bebe217aa119bf2300e24ad56d6e9c3ff (diff) |
h-client: changed the URL to check if the user is logged
Diffstat (limited to 'h-client')
-rw-r--r-- | h-client/hlibrary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-client/hlibrary.py b/h-client/hlibrary.py index ae27316..9f030ba 100644 --- a/h-client/hlibrary.py +++ b/h-client/hlibrary.py @@ -440,7 +440,7 @@ class Client: #get info about the user logged def getUserInfo(self): - result = self.request.perform('users/info/en') + result = self.request.perform('client/userinfo/en') if result: xmldoc = minidom.parseString(self.request.contents) |