Update musort-docker.py

This commit is contained in:
tdeerenberg
2023-04-16 20:10:17 +02:00
committed by GitHub
parent ff2b0ce943
commit 49d3f6e2be

View File

@ -103,7 +103,7 @@ class Music:
def set_format(self, val):
"""Sets the naming convention of the audio files
(ex. title-artist or artist-track-title)"""
print(f"self format = {self.format}")
self.format = val.split(".")
# Rename files
def rename_music(self):