Merge branch 'master' of http://khuhub.khu.ac.kr/2019102177/Todays_Issue
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -38,8 +38,8 @@ def GetData(): | ... | @@ -38,8 +38,8 @@ def GetData(): |
38 | # display.start() | 38 | # display.start() |
39 | 39 | ||
40 | login_info = { | 40 | login_info = { |
41 | - 'userID' : 'qdw0313', | 41 | + 'userID' : 'id', |
42 | - 'userpw' : 'fejUfrQxHWwtcGcP0' | 42 | + 'userpw' : 'pw' |
43 | } | 43 | } |
44 | 44 | ||
45 | options = webdriver.ChromeOptions() | 45 | options = webdriver.ChromeOptions() | ... | ... |
-
Please register or login to post a comment