diff options
author | BonfaceKilz | 2021-10-06 21:26:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-06 21:55:27 +0300 |
commit | dc378d26c003a8f0503ad69235d1685d66e4d611 (patch) | |
tree | 7d9b95462892d2775665a5adafd126aff337869a /scripts | |
parent | 67222a6cb11995eb5a4af58f63cc9385ccfb9226 (diff) | |
download | genenetwork2-dc378d26c003a8f0503ad69235d1685d66e4d611.tar.gz |
scripts: group: Update docstrings for "create_group_data"
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/authentication/group.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/authentication/group.py b/scripts/authentication/group.py index ed17f260..08a4a2bc 100644 --- a/scripts/authentication/group.py +++ b/scripts/authentication/group.py @@ -41,6 +41,9 @@ def create_group_data(users: Dict, target_group: str, "field", and "value" that can be used in a redis hash as follows: HSET key field value + The "field" return value is a unique-id that is used to + distinguish the groups. + Parameters: - `users`: a list of users for example: |