Made import old radio output clearer.
This commit is contained in:
parent
5f7541d6b5
commit
3991a4c069
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class Command(BaseCommand):
|
||||||
new_song.artists.add(new_artist)
|
new_song.artists.add(new_artist)
|
||||||
|
|
||||||
self.stdout.write(
|
self.stdout.write(
|
||||||
'Imported {} songs ({} requestables, {} jingles)'.format(
|
'Imported {} requestables ({} songs, {} jingles)'.format(
|
||||||
str(total_songs + total_jingles),
|
str(total_songs + total_jingles),
|
||||||
str(total_songs),
|
str(total_songs),
|
||||||
str(total_jingles)
|
str(total_jingles)
|
||||||
|
|
Loading…
Reference in a new issue