summaryrefslogtreecommitdiff
path: root/john.lua
diff options
context:
space:
mode:
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 55a05bd..6781b79 100644
--- a/john.lua
+++ b/john.lua
@@ -20,7 +20,7 @@ for ix,iname in ipairs(monitors) do
mon.clear()
mon.setTextScale(0.5)
fb:clear()
- fb:ppm(fs.open("img/john_"..ix..".pnm","rb"))
+ fb:ppm(fs.open("img/john.pnm","rb"))
local t = term.redirect(mon)
local _, bee = pcall(function() fb:present(30,0) end)
term.redirect(t)