From a49112e25f91c286a6ff7d1f002dc01c8fc1dc09 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Thu, 30 Jul 2020 14:23:31 +0300 Subject: [PATCH] # Add log when RDP restore # minor test passed + --- Sources/pyOpenRPA/Orchestrator/Orchestrator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/pyOpenRPA/Orchestrator/Orchestrator.py b/Sources/pyOpenRPA/Orchestrator/Orchestrator.py index 23c74398..7ab4bd07 100644 --- a/Sources/pyOpenRPA/Orchestrator/Orchestrator.py +++ b/Sources/pyOpenRPA/Orchestrator/Orchestrator.py @@ -75,6 +75,7 @@ if os.path.exists("_SessionLast_RDPList.json"): lFile.close() # Close the file os.remove("_SessionLast_RDPList.json") # remove the temp file gSettingsDict["RobotRDPActive"]["RDPList"]=lSessionLastRDPList # Set the last session dict + if lL: lL.warning(f"RDP Session List was restored from previous Orchestrator session") #Инициализация настроечных параметров lDaemonLoopSeconds=gSettingsDict["Scheduler"]["ActivityTimeCheckLoopSeconds"]