aboutsummaryrefslogtreecommitdiff
path: root/h-client
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-03 16:54:38 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-03 16:54:38 +0000
commit023cb1161725ae164c4019f253d656ee685a425b (patch)
tree9875b847bacd10058afaea7c43e972fdd66cad48 /h-client
parent1c0b439bebe217aa119bf2300e24ad56d6e9c3ff (diff)
h-client: changed the URL to check if the user is logged
Diffstat (limited to 'h-client')
-rw-r--r--h-client/hlibrary.py2
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)