Skip to content

Commit

Permalink
change login url
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Sep 14, 2023
1 parent 0d62c6f commit 1d3c55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moneyforward/money.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


def login(driver):
url = "https://id.moneyforward.com/sign_in/email"
url = "https://id.moneyforward.com/sign_in/"
driver.get(url)

login_id = driver.find_element(
Expand Down

0 comments on commit 1d3c55c

Please sign in to comment.