mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
fix f_used
This commit is contained in:
parent
c73013cc32
commit
c704d464c1
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ def scan():
|
|||
"""Scan devce with pypandora"""
|
||||
global pandora, qfolder
|
||||
global work_queue, exit_flag, threads, scanned
|
||||
global mount_point, infected_files, file_count, used
|
||||
global mount_point, infected_files, file_count, f_used
|
||||
|
||||
# get device size
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue