Showing
1 changed file
with
2 additions
and
4 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' : '********', | 41 | + 'userID' : 'qdw0313', |
42 | - 'userpw' : '********' | 42 | + 'userpw' : 'fejUfrQxHWwtcGcP0' |
43 | } | 43 | } |
44 | 44 | ||
45 | options = webdriver.ChromeOptions() | 45 | options = webdriver.ChromeOptions() |
... | @@ -115,8 +115,6 @@ def GetData(): | ... | @@ -115,8 +115,6 @@ def GetData(): |
115 | content = TextPreprocess(content) | 115 | content = TextPreprocess(content) |
116 | post_df = post_df.append(pd.DataFrame([[title, content]], | 116 | post_df = post_df.append(pd.DataFrame([[title, content]], |
117 | columns=['title', 'content'])) | 117 | columns=['title', 'content'])) |
118 | - print(title) | ||
119 | - print(post[1].text) | ||
120 | if post[1].text <= yesterday: | 118 | if post[1].text <= yesterday: |
121 | swt = False | 119 | swt = False |
122 | break | 120 | break | ... | ... |
-
Please register or login to post a comment