From a4f8b3f12bf5e9ab1fb5be2216534e2d1e54db94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Thu, 3 Feb 2022 19:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E6=AD=A6=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E5=80=BC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getMes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getMes.py b/getMes.py index 09a8b799..76596e21 100644 --- a/getMes.py +++ b/getMes.py @@ -389,7 +389,7 @@ async def weapon_wiki(name,level = None): else: sp = "" im = (data["name"] + "\n等级:" + str(data2["level"]) + "(突破" + str(data2["ascension"]) + ")" + - "\n攻击力:" + str(math.floor(data2["attack"])) + "\n" + sp) + "\n攻击力:" + str(round(data2["attack"])) + "\n" + sp) else: name = data['name'] type = data['weapontype']