From 732506451e38ffd513b1c65f390ed94836c392d7 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Thu, 17 Feb 2022 13:22:01 +0300 Subject: [PATCH] Fixes with all access --- Sources/pyOpenRPA/Orchestrator/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/pyOpenRPA/Orchestrator/Server.py b/Sources/pyOpenRPA/Orchestrator/Server.py index ceb0afb7..3560f861 100644 --- a/Sources/pyOpenRPA/Orchestrator/Server.py +++ b/Sources/pyOpenRPA/Orchestrator/Server.py @@ -306,7 +306,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler): lFileObject.close() ############################################## # UAC Check - if inOnlyFlagUACBool == True and inURLItem.get("UACBool",None) in [None, False]: + if inOnlyFlagUACBool == True and inURLItem.get("UACBool",None) in [None, True]: return False if inURLItem["Method"].upper() == inMethod.upper(): # check Match type variant: BeginWith