From b4875c1858c2b6497adba45dbed3986df8ac1163 Mon Sep 17 00:00:00 2001 From: Gerry Nelson Date: Tue, 24 Nov 2020 17:20:25 -0500 Subject: [PATCH] updates --- updatepreferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatepreferences.py b/updatepreferences.py index 33f4bc1..cec3be5 100755 --- a/updatepreferences.py +++ b/updatepreferences.py @@ -60,7 +60,7 @@ preferenceValue = args.preferencevalue json= {"application": "SAS Visual Analytics", "version": 1,"id": preferenceID ,"value": preferenceValue} -# apply for all users +# apply for all users in a deployment if target=='all' : reqtype='get'