forc screen active - fix to enter in rdp when orc try to kill

dev-linux
robo-bo 2 years ago
parent 770aefd6cb
commit 9efbcd78a5

@ -10,7 +10,7 @@ def CheckScreen(inIntervalSeconds=1):
#Send os command to create console version (base screen)
Screen.ConsoleScreenBase()
#Delay to create console screen
time.sleep(5)
time.sleep(15)
#Delay
time.sleep(inIntervalSeconds)
return None
Loading…
Cancel
Save