mirror of https://github.com/Textualize/rich.git
Update Ubuntu URL in downloader example
This commit is contained in:
parent
f61e169bd5
commit
bb95ae29ec
|
@ -57,7 +57,7 @@ def download(urls: Iterable[str], dest_dir: str):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso
|
||||
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.1-desktop-amd64.iso
|
||||
if sys.argv[1:]:
|
||||
download(sys.argv[1:], "./")
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue