Skip to content

Commit 296fe10

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5786bd1 commit 296fe10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_programming/open_google_results.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
res = requests.get(
1919
url,
2020
headers={
21-
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) " "Gecko/20100101 Firefox/98.0"
21+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) "
22+
"Gecko/20100101 Firefox/98.0"
2223
},
2324
)
2425

0 commit comments

Comments
 (0)