From 986bd7bfb32b1e2dc6aba6192a0871bafd4418ef Mon Sep 17 00:00:00 2001 From: didier Date: Wed, 16 Apr 2025 16:58:40 +0200 Subject: [PATCH] fix typo --- pandora-box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora-box.py b/pandora-box.py index dacda2e..7340298 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -536,7 +536,7 @@ def scan(): logging.info(f'size="{f_size}"') f_used = statvfs.f_frsize * (statvfs.f_blocks - statvfs.f_bfree) - print_used(human_readable_size(f_used))) + print_used(human_readable_size(f_used)) logging.info(f'used="{f_used}"') # scan device