fix for 3.8
This commit is contained in:
parent
bf406505fb
commit
5ac6412943
@ -176,7 +176,7 @@ def run_fights(msg: ReciveMessage, client) -> None:
|
|||||||
results.append(f"{out_result}{err_result}")
|
results.append(f"{out_result}{err_result}")
|
||||||
# 输出
|
# 输出
|
||||||
end_time = time.time()
|
end_time = time.time()
|
||||||
reply = msg.reply_with(f"{"|".join(results)}\n耗时:{end_time - start_time:.2f}s\n版本:{_version_}-{'bun' if use_bun else 'node'}")
|
reply = msg.reply_with(f"{'|'.join(results)}\n耗时:{end_time - start_time:.2f}s\n版本:{_version_}-{'bun' if use_bun else 'node'}")
|
||||||
client.send_message(reply)
|
client.send_message(reply)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user