Cosmetics, put imports at top of file

This commit is contained in:
hygienic-books 2022-03-19 01:51:11 +01:00
parent e02c0bf52e
commit 5e321686d0

View File

@ -43,6 +43,10 @@ from rich.progress import (
TransferSpeedColumn,
)
# TODO set locale for datetime and others to globally stick to en_US
download_start_time = 0
download_last_update_time = 0
size_downloaded = 0
progress = Progress(
TextColumn("[bold blue]{task.fields[filename]}", justify="right"),
BarColumn(bar_width=None),