This commit is contained in:
Mike A
2023-12-31 13:58:46 +01:00
parent a47a3c45a5
commit 0ab316aa25
5 changed files with 154 additions and 67 deletions

View File

@@ -37,7 +37,7 @@ async def login(account: AppleAccount):
# Just take the first one to keep things simple
method = methods[0]
await method.request()
code = input('Code: ')
code = input("Code: ")
# This automatically finishes the post-2FA login flow
await method.submit(code)