🐛 修复sy的问题

This commit is contained in:
KimigaiiWuyi 2023-09-21 01:53:31 +08:00
parent a3435d4c26
commit a044d321e3
2 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ async def draw_abyss_img(
floor: Optional[int] = None,
schedule_type: str = '1',
) -> Union[bytes, str]:
raw_abyss_data = await mys_api.get_spiral_abyss_info(schedule_type)
raw_abyss_data = await mys_api.get_spiral_abyss_info(uid, schedule_type)
raw_data = await mys_api.get_info(uid)
# 获取数据

6
poetry.lock generated
View File

@ -2642,13 +2642,13 @@ reference = "USTC"
[[package]]
name = "urllib3"
version = "2.0.4"
version = "2.0.5"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.7"
files = [
{file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"},
{file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"},
{file = "urllib3-2.0.5-py3-none-any.whl", hash = "sha256:ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e"},
{file = "urllib3-2.0.5.tar.gz", hash = "sha256:13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594"},
]
[package.extras]