mirror of
https://github.com/caseychu/spotify-backup.git
synced 2024-05-11 10:51:31 +00:00
Test
This commit is contained in:
@@ -152,7 +152,7 @@ def main():
|
||||
if args.format == 'json':
|
||||
json.dump(playlists, f)
|
||||
|
||||
# Tab-separated file.
|
||||
# Tab-separated file. Test
|
||||
elif args.format == 'txt':
|
||||
f.write("# Spotify Playlists Backup " + time.strftime("%d %b %Y") + "\r\n")
|
||||
for playlist in playlists:
|
||||
|
||||
Reference in New Issue
Block a user