aboutsummaryrefslogtreecommitdiff
path: root/h-client/hlibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'h-client/hlibrary.py')
-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)