Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
Signed-off-by: ふぁ <[email protected]>
  • Loading branch information
fa0311 committed Nov 22, 2022
1 parent 8c7c3cd commit 02bcad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TwitterFrontendFlow/TwitterFrontendFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def LoginTwoFactorAuthChallenge(self, TwoFactorCode):
self.__error_check()
return self

def LoginAcid(self, email):
def LoginAcid(self, acid):
self.__flow_token_check()
self.__method_check("LoginAcid")
data = {
Expand All @@ -311,7 +311,7 @@ def LoginAcid(self, email):
"subtask_id":"LoginAcid",
"enter_text":
{
"text": email,
"text": acid,
"link":"next_link"
}
}
Expand Down

0 comments on commit 02bcad1

Please sign in to comment.