This commit is contained in:
Julian Brammer 2024-06-08 21:43:32 +02:00
parent 9812ace346
commit d2bfb2e76a

View File

@ -11,4 +11,6 @@ function createKeyfile()
basic.clearDisplay()
end
createKeyfile()
if not fs.exists "brulijam/files/networking-key.txt" then
createKeyfile()
end