summaryrefslogtreecommitdiffstats
path: root/glances/password_list.py
diff options
context:
space:
mode:
authorRazCrimson <52282402+RazCrimson@users.noreply.github.com>2021-11-28 19:58:53 +0530
committerRazCrimson <52282402+RazCrimson@users.noreply.github.com>2021-11-28 19:58:53 +0530
commitea8423d9a59843a8be57cebb5b7fdf208dc011c1 (patch)
treef29c47d68b37e8a41e8b091883f573de52d70588 /glances/password_list.py
parentb90aee053afdc572084b0c17a31e69838ddd9986 (diff)
refactor - Core cleanup
Diffstat (limited to 'glances/password_list.py')
-rw-r--r--glances/password_list.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/glances/password_list.py b/glances/password_list.py
index d14f0b83..4f6cbb46 100644
--- a/glances/password_list.py
+++ b/glances/password_list.py
@@ -56,7 +56,8 @@ class GlancesPasswordList(GlancesPassword):
return password_dict
def get_password(self, host=None):
- """
+ """Get the password from a Glances client or server.
+
If host=None, return the current server list (dict).
Else, return the host's password (or the default one if defined or None)
"""