移除多余的log

This commit is contained in:
qwerdvd 2023-10-12 13:15:57 +08:00
parent ebed51e490
commit 4bcf6993fd

View File

@ -220,7 +220,6 @@ async def download_all_file(
BASE_URL: str, TAG: str, plugin_name: str, EPATH_MAP: Dict[str, Path] BASE_URL: str, TAG: str, plugin_name: str, EPATH_MAP: Dict[str, Path]
): ):
PLUGIN_RES = f'{BASE_URL}/{plugin_name}' PLUGIN_RES = f'{BASE_URL}/{plugin_name}'
logger.info(PLUGIN_RES)
TASKS = [] TASKS = []
async with ClientSession( async with ClientSession(