Fixed typo

main
Georg Klein 2022-10-16 14:20:20 +02:00
parent e3e84c35e7
commit 5fa727d25b
1 changed files with 1 additions and 1 deletions

View File

@ -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}