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