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