From c391400d970ff7e4ad39c8712f915baaa73f5b62 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 2 Apr 2024 04:19:38 +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 ccc294c..86d3fea 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -117,7 +117,7 @@ while true do m.scroll(1) m.setCursorPos(1,H) local it - if math.random<0.05 then it = news_item() else it = regular_item() end + if math.random()<0.05 then it = news_item() else it = regular_item() end f_write(m, it, true) os.sleep(math.random(5,100)/10) -- cgit v1.2.3