From ff0e58b71753819aa2c8d608483f0726e2fbd3fa Mon Sep 17 00:00:00 2001 From: itouakirai Date: Sat, 19 Jul 2025 03:30:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E8=84=9A=E6=9C=AC2fa?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E5=80=BC=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/login.py b/tools/login.py index 3fc118c..7a65676 100644 --- a/tools/login.py +++ b/tools/login.py @@ -20,7 +20,7 @@ add_creator(WMCreator) async def on_2fa(username: str, password: str): two_step_code = input("2FA code: ") - return int(two_step_code) + return two_step_code async def main():