Updated setup.py

This commit is contained in:
RemixDev
2020-05-25 14:04:40 +02:00
parent d92f6d8612
commit d669dadf85
3 changed files with 8 additions and 5 deletions

View File

@ -23,6 +23,8 @@ def download(bitrate, local, url):
if local:
click.echo(settings['downloadLocation']) #folder name output
def main():
download()
if __name__ == '__main__':
download()
main()