1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
didier 2025-04-18 12:07:52 +02:00
parent 55682875a1
commit ce8374b46c

View file

@ -597,6 +597,7 @@ def scan():
global mount_point, infected_files, file_count, f_used global mount_point, infected_files, file_count, f_used
# get device size # get device size
logging.info(f'start scan')
try: try:
statvfs = os.statvfs(mount_point) statvfs = os.statvfs(mount_point)
except Exception as ex: except Exception as ex: