arreglar audios despues de cambiar los titulos de formato

This commit is contained in:
Carlos Galindo 2022-11-22 09:08:59 +01:00
commit 36db883be7
6 changed files with 9 additions and 22 deletions

View file

@ -200,10 +200,7 @@ class Chord:
class Audio:
def __init__(self, date, audio_file):
assert isinstance(date, datetime)
self.date = date
self.date_text = date.strftime("%A %-d de %B del %Y")
def __init__(self, audio_file):
self.audio_file = audio_file
def __str__(self):