Skip to content

Commit

Permalink
Merge branch 'skadogg/issue113'
Browse files Browse the repository at this point in the history
  • Loading branch information
skadogg committed Mar 6, 2024
2 parents b998f4c + ac4a56f commit bee12d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/auto_sign_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def sign_in(driver):
time.sleep(sleep_at_the_end)


def click_through_privacy_model(driver):
def click_through_privacy_modal(driver):
# input('Please acknowledge the privacy settings, and press Enter to continue.')

# Wait before trying to click
Expand Down
2 changes: 1 addition & 1 deletion modules/justwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def open_site_conn():
# # main_window_handle = driver.window_handles[0]

# Handle privacy modal
modules.auto_sign_in.click_through_privacy_model(driver)
# modules.auto_sign_in.click_through_privacy_modal(driver)

# Sign in to JustWatch using stored credentials (my_data/secret_login.bin)
logging.debug('Signing in')
Expand Down

0 comments on commit bee12d2

Please sign in to comment.