|
|
|
@ -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"]
|
|
|
|
|