From 5fa727d25b6afd342123cc38d5a5fecc9247fabf Mon Sep 17 00:00:00 2001 From: Georg Klein Date: Sun, 16 Oct 2022 14:20:20 +0200 Subject: [PATCH] Fixed typo --- importUsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importUsers.py b/importUsers.py index 375ee16..dc75da8 100755 --- a/importUsers.py +++ b/importUsers.py @@ -106,7 +106,7 @@ def main(argv): requestUrl = apiBasePath + '/users?access_token='+accessToken password = "" - if( addpassword == True ) + if( addpassword == True ): password = entry['password'] payload = {"email":entry['email_address'], "username":entry['sis_username'], "displayName":displayName, "password":password}