This commit is contained in:
Julian Brammer 2024-06-08 21:22:14 +02:00
parent 12675e165b
commit b38a8e7277

View File

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