Revert sign_in needing named code argument

This commit is contained in:
Lonami Exo 2018-06-29 09:57:57 +02:00
parent dbca38c6f5
commit 0f737a86af

View File

@ -194,7 +194,7 @@ class AuthMethods(MessageParseMethods, UserMethods):
return self
async def sign_in(
self, phone=None, *, code=None, password=None,
self, phone=None, code=None, *, password=None,
bot_token=None, phone_code_hash=None):
"""
Starts or completes the sign in process with the given phone number