We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed19bd commit 2de2f4aCopy full SHA for 2de2f4a
scdl/scdl.py
@@ -781,7 +781,7 @@ def download_playlist(
781
if os.path.isfile(s):
782
playlist.tracks = sync(client, playlist, playlist_info, kwargs)
783
else:
784
- logger.error(f'Invalid sync archive file {kwargs.get("sync")}')
+ logger.error(f"Invalid sync archive file {kwargs.get('sync')}")
785
sys.exit(1)
786
787
tracknumber_digits = len(str(len(playlist.tracks)))
0 commit comments