Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 6a650e6

Browse files
committed
Use login not login2fa
1 parent 7bbc332 commit 6a650e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Eventless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
async def main():
11-
await client.login2fa(
11+
await client.login(
1212
username="ExampleName",
1313
password="ExamplePass",
1414
mfa="123456"

Examples/ManualLogin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
async def main():
11-
await client.login2fa(
11+
await client.login(
1212
username="ExampleName",
1313
password="ExamplePass",
1414
mfa="123456"

0 commit comments

Comments
 (0)