diff --git a/fhost.py b/fhost.py index 07b2437..bda680f 100755 --- a/fhost.py +++ b/fhost.py @@ -461,7 +461,7 @@ def prune(): File.expiration.is_not(None), File.expiration < current_time ) - ).all() + ) files_removed = 0;