后端下载进度条打印

This commit is contained in:
hjdhnx 2023-11-18 15:50:00 +08:00
parent ed9df94742
commit 4a4252e0cd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3.9.48beta25
3.9.48beta26

View File

@ -11,7 +11,7 @@ import time
import requests
from urllib.parse import unquote
from contextlib import closing
from log import logger
from utils.log import logger
chunkSize = 1024 * 1024
loop = 5