From 525925de42c33f155d140b29ed2e3997c745ddde Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 7 Oct 2018 21:40:00 +0200 Subject: [PATCH] Break long line into multiple --- spotdl/spotdl.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spotdl/spotdl.py b/spotdl/spotdl.py index f381798..1c61ae5 100755 --- a/spotdl/spotdl.py +++ b/spotdl/spotdl.py @@ -209,7 +209,11 @@ def main(): if const.args.song: download_single(raw_song=const.args.song) elif const.args.list: - download_list(tracks_file=const.args.list, skip_file=const.args.skip, write_successful_file=const.args.write_successful) + download_list( + tracks_file=const.args.list, + skip_file=const.args.skip, + write_successful_file=const.args.write_successful + ) elif const.args.playlist: spotify_tools.write_playlist(playlist_url=const.args.playlist) elif const.args.album: