diff options
author | BonfaceKilz | 2021-11-05 13:44:01 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-11-05 13:44:01 +0300 |
commit | 5c8429d6365e0a03ea2686633df5fd555c9b8ae5 (patch) | |
tree | 74234b09652cde8e3618e40f81e6048f4420fbb9 /scripts | |
parent | f75ffe73e592bc79f4decf268d50b225ade43488 (diff) | |
download | genenetwork2-5c8429d6365e0a03ea2686633df5fd555c9b8ae5.tar.gz |
Use members uuid
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/authentication/editors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/authentication/editors.py b/scripts/authentication/editors.py index 12f48872..750dc309 100755 --- a/scripts/authentication/editors.py +++ b/scripts/authentication/editors.py @@ -24,7 +24,7 @@ if __name__ == "__main__": { "name": "editors", "admins": [], - "members": ["labwilliams@gmail.com"], + "members": ["8ad942fe-490d-453e-bd37-56f252e41603"], "changed_timestamp": timestamp, })) |