From 53b4431be0c65024c163d71ca8fed3a9083c1180 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Mon, 18 Apr 2022 17:14:23 +0300 Subject: [PATCH] some fixes --- LICENSE | 1 + Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7da72230..a0e4f711 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +Лицензия-оферта MIT License Copyright (c) 2019 Ivan Maslov diff --git a/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py b/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py index 50683680..22c4ab14 100644 --- a/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py +++ b/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py @@ -8,7 +8,7 @@ def CheckScreen(inIntervalSeconds=1): #Send os command to create console version (base screen) Screen.ConsoleScreenBase() #Delay to create console screen - time.sleep(2) + time.sleep(5) #Delay time.sleep(inIntervalSeconds) return None \ No newline at end of file