summaryrefslogtreecommitdiff
path: root/john.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:38:21 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:38:21 +0100
commitc89021029a132914aae315bb0cf605b798be717c (patch)
tree84733adda9b32a4ccc9f81ba858a714e74ef9d72 /john.lua
parent0ab0cbfe43c27577a5f7c709d447ef9714b9b3ff (diff)
launch john
Diffstat (limited to 'john.lua')
-rw-r--r--john.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/john.lua b/john.lua
index cab1104..55a05bd 100644
--- a/john.lua
+++ b/john.lua
@@ -22,7 +22,7 @@ for ix,iname in ipairs(monitors) do
fb:clear()
fb:ppm(fs.open("img/john_"..ix..".pnm","rb"))
local t = term.redirect(mon)
- local _, bee = pcall(function() fb:present() end)
+ local _, bee = pcall(function() fb:present(30,0) end)
term.redirect(t)
print(bee)
end