1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

make sure all messages are printed on a new line

This commit is contained in:
Louis-Philippe Véronneau 2019-10-12 14:37:13 -04:00
parent 2e320cc312
commit 59aa0f872a
No known key found for this signature in database
GPG Key ID: 7AEAC4EC6AAA0A97

View File

@ -278,7 +278,7 @@ class SupysonicCLI(cmd.Cmd):
scanner.run()
stats = scanner.stats()
self.write_line("Scanning done")
self.write_line("\nScanning done")
self.write_line(
"Added: {0.artists} artists, {0.albums} albums, {0.tracks} tracks".format(
stats.added