From 6ec5761dd276fc6ed9ae47024ddb95c56c9d0513 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 6 Oct 2013 12:01:08 +0200 Subject: new footer --- pyload/api/UserApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/api') diff --git a/pyload/api/UserApi.py b/pyload/api/UserApi.py index 250b9080c..d6fbb2646 100644 --- a/pyload/api/UserApi.py +++ b/pyload/api/UserApi.py @@ -5,7 +5,6 @@ from pyload.Api import Api, RequirePerm, Permission from ApiComponent import ApiComponent - class UserApi(ApiComponent): """ Api methods to retrieve user profile and manage users. """ @@ -23,6 +22,7 @@ class UserApi(ApiComponent): def addUser(self, username, password): """ Adds an user to the db. + :param username: desired username :param password: password for authentication """ -- cgit v1.2.3