Skip to content

Commit

Permalink
Update cc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeon123 authored Apr 3, 2019
1 parent e25ffb1 commit 5f025d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def cc():
connection = "Connection: Keep-Alive\r\n"
useragent = "User-Agent: " + random.choice(useragents) + "\r\n"
accept = random.choice(acceptall)
referer = "Referer: https://www.google.com/?search="+ ip + url2 + "\r\n"
referer = "Referer: https://www.google.com/search?q="+ ip + url2 + "\r\n"
request = get_host + referer + useragent + accept + connection + "\r\n"
proxy = random.choice(proxies).strip().split(":")
while True:
Expand Down

0 comments on commit 5f025d3

Please sign in to comment.