format files

This commit is contained in:
maxDorninger
2025-07-01 16:03:17 +02:00
parent 27c3c58cd9
commit efc3846860
18 changed files with 118 additions and 121 deletions

View File

@@ -49,9 +49,7 @@ def extract_archives(files):
try:
patoolib.extract_archive(str(file), outdir=str(file.parent))
except patoolib.util.PatoolError as e:
log.error(
f"Failed to extract archive {file}. Error: {e}"
)
log.error(f"Failed to extract archive {file}. Error: {e}")
def get_torrent_filepath(torrent: Torrent):