Skip to content

Commit

Permalink
fixed verify updates
Browse files Browse the repository at this point in the history
  • Loading branch information
giordanidev committed May 24, 2023
1 parent 14a9020 commit 6ac6882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ def verifyFilesThreaded(file_type, type_count):

if False in existing_backup:
return False
else:
return True

# Sends the file type and verify for regular or backup files
# verifyFiles() has to know which files it is going to look for
Expand Down

0 comments on commit 6ac6882

Please sign in to comment.