mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
Update example url
This commit is contained in:
parent
3827b4ae01
commit
e125fc909e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def download(urls: Iterable[str], dest_dir: str):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.2.0-desktop-amd64.iso
|
||||
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.3-desktop-amd64.iso
|
||||
if sys.argv[1:]:
|
||||
download(sys.argv[1:], "./")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue