Skip to content

Commit 0b8ac60

Browse files
committed
'增加gitattr'
1 parent 8de3d30 commit 0b8ac60

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.md linguist-language=html
3.56 KB
Binary file not shown.

爬虫脚本/lagoutest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from lagou import login,get_cookies,fetch_detail,fetch
44

55
if __name__ == "__main__":
6-
username = ''
7-
passwd = ''
6+
username = '13856077103'
7+
passwd = '4591341123'
88
login(username, passwd)
99
cookies = get_cookies()
1010
print(cookies)

0 commit comments

Comments
 (0)