Skip to content

Commit

Permalink
✨ 로드중 메세지 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjunsung04 committed Dec 27, 2021
1 parent 2d15ae2 commit b8d0afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

ch_d = chd_wh()

print("크롬 드라이브를 불러오고 있습니다 잠시만 기다려주세요!")

# 장치 동작하지않음 방지
options = webdriver.ChromeOptions()
options.add_experimental_option("excludeSwitches", ["enable-logging"])
Expand Down
1 change: 1 addition & 0 deletions utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def chd_wh():


def check_id(id, pw):
print("계정 정보를 확인하고 있습니다 잠시만 기다려주세요!")
headers = {"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"}
data = {"login_id": id, "login_pwd": pw}
res = requests.post(
Expand Down

0 comments on commit b8d0afc

Please sign in to comment.