🐛 错误的f-string

This commit is contained in:
KimigaiiWuyi 2024-08-30 03:07:51 +08:00
parent dbe40bdca0
commit 4e6af33160

View File

@ -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: