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}