mirror of
https://github.com/WorldObservationLog/AppleMusicDecrypt.git
synced 2026-01-15 14:22:54 -03:00
fix: 登录脚本2fa的错误值类型
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user