Small print recover_file

This commit is contained in:
toto 2022-02-07 12:25:56 +01:00
parent 6d6dec8ae6
commit da91616a23

View File

@ -123,6 +123,7 @@ class Backup:
if parents:
save_path = os.path.join(save_path, file['path'])
uncompress(uncrypt(encrypted_file, self.key), file['name'], save_path, file['compress_mode'])
print("Recovered :", file['name'])
else:
print("Checksum don't match:")
print("{} {}".format(file['sha1sum'], "BDD"))