fix typo because people got annoyed

This commit is contained in:
leminlimez
2024-11-03 13:27:33 -05:00
parent 669cd54d89
commit eb6e418eaa

View File

@@ -105,7 +105,7 @@ def restore_files(files: list, reboot: bool = False, lockdown_client: LockdownCl
perform_restore(backup=back, reboot=reboot, lockdown_client=lockdown_client)
# DEPRICATED
# DEPRECIATED
def restore_file(fp: str, restore_path: str, restore_name: str, reboot: bool = False, lockdown_client: LockdownClient = None):
# open the file and read the contents
contents = open(fp, "rb").read()