Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -10,8 +10,8 @@ def sleeptime(): | ... | @@ -10,8 +10,8 @@ def sleeptime(): |
10 | 10 | ||
11 | 11 | ||
12 | login_info = { | 12 | login_info = { |
13 | - 'userID' : 'qdw0313', | 13 | + 'userID' : 'id', |
14 | - 'userpw' : 'Uvjbt7G8dsnR6UN' | 14 | + 'userpw' : 'passwd' |
15 | } | 15 | } |
16 | 16 | ||
17 | options = webdriver.ChromeOptions() | 17 | options = webdriver.ChromeOptions() | ... | ... |
-
Please register or login to post a comment