Made import old radio output clearer.

This commit is contained in:
Josh Washburne 2019-01-16 10:16:33 -05:00
parent 5f7541d6b5
commit 3991a4c069

View file

@ -136,7 +136,7 @@ class Command(BaseCommand):
new_song.artists.add(new_artist)
self.stdout.write(
'Imported {} songs ({} requestables, {} jingles)'.format(
'Imported {} requestables ({} songs, {} jingles)'.format(
str(total_songs + total_jingles),
str(total_songs),
str(total_jingles)