🐛 使下載生效

This commit is contained in:
qwerdvd 2023-05-23 08:55:26 +08:00
parent 47517474b7
commit 07c1e81eae
2 changed files with 4 additions and 3 deletions

View File

@ -36,6 +36,7 @@ async def download_all_file_from_cos():
resource_type_list = [
'character',
'character_portrait',
'character_preview',
'consumable',
'element',
'light_cone',

6
poetry.lock generated
View File

@ -947,14 +947,14 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.
[[package]]
name = "typing-extensions"
version = "4.5.0"
version = "4.6.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"},
{file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"},
{file = "typing_extensions-4.6.0-py3-none-any.whl", hash = "sha256:6ad00b63f849b7dcc313b70b6b304ed67b2b2963b3098a33efe18056b1a9a223"},
{file = "typing_extensions-4.6.0.tar.gz", hash = "sha256:ff6b238610c747e44c268aa4bb23c8c735d665a63726df3f9431ce707f2aa768"},
]
[[package]]