# Add log when RDP restore # minor test passed +

dev-linux
Ivan Maslov 4 years ago
parent e2c1d3e575
commit a49112e25f

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

Loading…
Cancel
Save