improve partial comments

This commit is contained in:
Chunxiao Li 2021-01-22 15:26:25 +08:00
parent 8fbcbb7f68
commit 49e23827b6

View File

@ -4,7 +4,7 @@ from colorama import Fore
def tqdm_request(url,dir_to,file,desc):
'''
Try to download files from a remote server by request.
Try to download files from a remote server by request with a colored progress bar.
'''
block_size = 1024*10
bar_format = "{l_bar}%s{bar}%s{r_bar}" % (Fore.BLUE, Fore.RESET)