Skip to content

Commit

Permalink
Update cc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeon123 authored Dec 27, 2018
1 parent b895157 commit 998583e
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 @@ -166,7 +166,7 @@
r = requests.get("https://www.proxy-list.download/api/v1/get?type=socks5")
with open("socks.txt",'wb') as f:
f.write(r.content)
print("\r\n [!] Have already download socks5 list as socks.txt")
print("\r\n [!] Have already download socks5 list as socks.txt\r\n")
else:
pass
out_file = str(input("> Proxy file path(socks.txt):"))
Expand Down

0 comments on commit 998583e

Please sign in to comment.