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]")
sleep(0.2)
basic.clearDisplay()
print("[" .. os.getComputerLabel() .. "]")
print("[" .. os.getComputerLabel() .. "][" .. basic.getCurrentTime() .. "]")
break
elseif eventTimeout then --timeout
config["locked"] = true