mirror of
https://github.com/PaiGramTeam/fastapi_genshin_map.git
synced 2024-11-21 21:58:08 +00:00
🐛 错误的f-string
This commit is contained in:
parent
dbe40bdca0
commit
4e6af33160
@ -299,7 +299,7 @@ async def get_map_by_point(
|
|||||||
|
|
||||||
prefix = f'>> [请求序列:{req_id}]'
|
prefix = f'>> [请求序列:{req_id}]'
|
||||||
logger.info(
|
logger.info(
|
||||||
f'{prefix} [查询请求]:在地图 ID {map_id or 'auto'} 内查询 {resource_name}...'
|
f"{prefix} [查询请求]:在地图 ID {map_id or 'auto'} 内查询 {resource_name}..."
|
||||||
)
|
)
|
||||||
|
|
||||||
if map_id:
|
if map_id:
|
||||||
|
Loading…
Reference in New Issue
Block a user