Browse Source

update

master
Gerry Nelson 5 years ago
parent
commit
dadde690d1
  1. 4
      updatepreferences.py

4
updatepreferences.py

@ -82,9 +82,7 @@ if target=='all' :
result=callrestapi(reqval, reqtype,data=json,stoponerror=0)
print("Updating Preference "+reqval+" = "+preferenceValue)
# Function to update preference of a specific user
if target == 'user' :
elif target == 'user' :
userID=targetName

Loading…
Cancel
Save