mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix typo
This commit is contained in:
parent
af4ce8df1f
commit
986bd7bfb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue