Skip to content

Commit

Permalink
Update run_new.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stateofai authored Feb 5, 2024
1 parent fdcb52b commit e70fdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ def find_naver_campaign_links(base_url, visited_urls_file='visited_urls.txt'):
username = driver2.find_element(By.NAME, 'id')
pw = driver2.find_element(By.NAME, 'pw')

ID = os.getenv("ID","ID is null")
USERNAME = os.getenv("USERNAME","ID is null")
PASSWORD = os.getenv("PASSWORD","PASSWORD is null")

input_id=ID
input_id=USERNAME
input_pw=PASSWORD

# ID input 클릭
Expand Down

0 comments on commit e70fdeb

Please sign in to comment.