From ed746ef3648d679a10436eb0bdce5a76d8e54def Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Fri, 20 Jun 2025 02:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=A4=A7=E5=B0=8F=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quark_auto_save.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quark_auto_save.py b/quark_auto_save.py index fd9797a..842ec15 100644 --- a/quark_auto_save.py +++ b/quark_auto_save.py @@ -3238,7 +3238,7 @@ def format_bytes(size_bytes: int) -> str: while size_bytes >= 1024 and i < len(units) - 1: size_bytes /= 1024 i += 1 - return f"{size_bytes:.2f}{units[i]}" + return f"{size_bytes:.2f} {units[i]}" def do_sign(account):