diff --git a/Sources/pyOpenRPA/Orchestrator/ServerSettings.py b/Sources/pyOpenRPA/Orchestrator/ServerSettings.py index bbb546a6..fef2460e 100644 --- a/Sources/pyOpenRPA/Orchestrator/ServerSettings.py +++ b/Sources/pyOpenRPA/Orchestrator/ServerSettings.py @@ -392,7 +392,7 @@ def pyOpenRPA_Agent_O2A(inRequest, inGSettings): del lReturnActivityItemDict["CreatedByDatetime"] if lL: lL.info(f"Activity item to agent Hostname {lInput['HostNameUpperStr']}, User {lInput['UserUpperStr']}. Activity item: {lReturnActivityItemDict}") inRequest.OpenRPAResponseDict["Body"] = bytes(json.dumps(lReturnActivityItemDict), "utf8") - lDoLoopBool = False # CLose the connection + lDoLoopBool = False # CLose the connection else: # no queue item - sleep for the next iteration time.sleep(1) except Exception as e: