From d1e93942b63052d30b9f2c8f63c8773bc72dcb6b Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 2 Apr 2024 02:54:09 +0100 Subject: launch beescroll --- beescroll.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beescroll.lua') diff --git a/beescroll.lua b/beescroll.lua index 240e4e4..aca7916 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -73,7 +73,7 @@ while true do local x = math.random(0,99999) m.scroll(1) m.setCursorPos(1,H) - slow_write(m, (("%5d bees have been %s in %s."):format( + slow_write(m, ("%5d bees have been %s in %s."):format( x, choice(verbs), choice(cities) )) os.sleep(1) -- cgit v1.2.3