Reformat file

This commit is contained in:
Jakob Moser 2025-06-01 16:22:49 +02:00
parent df5fc37419
commit 92a001bf52
Signed by: jakob
GPG Key ID: 3EF2BA2851B3F53C

View File

@ -30,7 +30,9 @@ if __name__ == "__main__":
try:
instruction()
except FileExistsError:
logging.error(f"Could not move {instruction.old_path} -> {instruction.new_path}")
logging.error(
f"Could not move {instruction.old_path} -> {instruction.new_path}"
)
logging.info("Moving done")
logging.info("Karaokatalog Organization done")