mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
Format
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user