fixed argparse

This commit is contained in:
Navan Chauhan 2020-03-09 23:10:55 +05:30
parent 9a58a5901f
commit 049ef848e0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if args.version:
if args.music: if args.music:
music = True music = True
if args.input: if args.input:
query = args.url query = args.input
else: else:
query = input("Enter target song's name or YouTube URL: ") query = input("Enter target song's name or YouTube URL: ")