Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
waroad committed Jun 3, 2021
1 parent c394995 commit a96c5ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 6주차.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests

headers = {
'User-Agent': 'Not Crawling X('
'User-Agent': 'Not Crawling X'
}

response = requests.get('https://kin.naver.com/', headers=headers).text
Expand Down

0 comments on commit a96c5ab

Please sign in to comment.