diff --git a/spotify-backup.py b/spotify-backup.py index 406b63e..87e48b6 100644 --- a/spotify-backup.py +++ b/spotify-backup.py @@ -120,8 +120,7 @@ def main(): # If they didn't give a filename, then just prompt them. (They probably just double-clicked.) if not args.file: - print "Enter a file name (e.g. playlists.txt):", - args.file = raw_input() + args.file = raw_input('Enter a file name (e.g. playlists.txt): ') # Log into the Spotify API. if args.token: