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