Update zotify/app.py

This commit is contained in:
Nisarga Adhikary 2022-05-12 14:55:35 +00:00
parent 99c59a5812
commit a09bce27f2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def client(args) -> None:
download_from_urls(urls)
else:
Printer.print(PrintChannel.ERRORS, f'File {filename} not found.\n')
Printer.print(PrintChannel.ERRORS, f' The file {filename} not found.\n')
return
if args.urls: