We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d5c29 commit 8538f6fCopy full SHA for 8538f6f
1 file changed
README.md
@@ -62,7 +62,7 @@ from AsyncLine import LineNext
62
import asyncio
63
64
cli = LineNext('ios')
65
-cli.login(name='your session name')
+cli.login(name='your session name', qr=True)
66
67
"""
68
Args login:
0 commit comments