Skip to content

Commit

Permalink
Bug fix huaying#128
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwandda authored Mar 14, 2023
1 parent 22d6e1a commit 4c2e049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inscrawler/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def login(self):
p_input = browser.find_one('input[name="password"]')
p_input.send_keys(secret.password)

login_btn = browser.find_one(".L3NKy")
login_btn = browser.find_one('button[class="_acan _aiit _acap _aijb _acas _aj1-"]')
login_btn.click()

@retry()
Expand Down

0 comments on commit 4c2e049

Please sign in to comment.