mirror of
https://github.com/caseychu/spotify-backup.git
synced 2024-05-11 10:51:31 +00:00
Fix typo
This commit is contained in:
@@ -109,7 +109,7 @@ def log(str):
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
# Parse arguments.
|
# Parse arguments.
|
||||||
parser = argparse.ArgumentParser(description='Exports your Spotify playlists. By default, opens a browser window'
|
parser = argparse.ArgumentParser(description='Exports your Spotify playlists. By default, opens a browser window '
|
||||||
+ 'to authorize the Spotify Web API, but you can also manually specify'
|
+ 'to authorize the Spotify Web API, but you can also manually specify'
|
||||||
+ ' an OAuth token with the --token option.')
|
+ ' an OAuth token with the --token option.')
|
||||||
parser.add_argument('--token', metavar='OAUTH_TOKEN', help='use a Spotify OAuth token (requires the '
|
parser.add_argument('--token', metavar='OAUTH_TOKEN', help='use a Spotify OAuth token (requires the '
|
||||||
@@ -159,4 +159,4 @@ def main():
|
|||||||
log('Wrote file: ' + args.file)
|
log('Wrote file: ' + args.file)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
Reference in New Issue
Block a user