This commit is contained in:
Julian Brammer 2024-06-08 22:52:23 +02:00
parent 2092a2e0de
commit 673b920be2

View File

@ -71,7 +71,6 @@ local function unlockDevice()
sleep(0.2) sleep(0.2)
basic.clearDisplay() basic.clearDisplay()
print("[" .. os.getComputerLabel() .. "][" .. basic.getCurrentTime() .. "]") print("[" .. os.getComputerLabel() .. "][" .. basic.getCurrentTime() .. "]")
sleep(5)
break break
elseif eventTimeout then --timeout elseif eventTimeout then --timeout
config["locked"] = true config["locked"] = true