mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 18:52:23 +01:00
importsongs: fix typo
This commit is contained in:
@ -44,7 +44,7 @@ class Command(BaseCommand):
|
||||
duration=float(import_song[4]),
|
||||
hash=import_song[5].decode('ascii').strip(),
|
||||
deleted=bool(int(import_song[10])),
|
||||
old_id=import_song[0].descode('ascii'))
|
||||
old_id=import_song[0].decode('ascii'))
|
||||
try:
|
||||
song.save()
|
||||
except OperationalError as e:
|
||||
|
||||
Reference in New Issue
Block a user