summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-02 02:54:09 +0100
committerubq323 <ubq323@ubq323.website>2024-04-02 02:54:09 +0100
commitd1e93942b63052d30b9f2c8f63c8773bc72dcb6b (patch)
treeb0d2739db4859c611664b8c2620fc1b28f403199
parent1c9e45ee19102d6607717389bdfb65d7db4bf727 (diff)
launch beescroll
-rw-r--r--beescroll.lua2
1 files changed, 1 insertions, 1 deletions
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)