From 525fce92324af8b98bc1a544d11e690e84f2efba Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 17 Oct 2023 20:24:09 +0300 Subject: [PATCH] meow --- tapeget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapeget.lua b/tapeget.lua index 2da3eb9..6c5b25b 100644 --- a/tapeget.lua +++ b/tapeget.lua @@ -66,7 +66,7 @@ while true do tape.write(chunk) term.setCursorPos(1, y) term.clearLine() - textProcess(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length)) + textProgress(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length)) os.sleep(0.01) end