Skip to content

Commit

Permalink
[+] Disable content output
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Aug 31, 2018
1 parent d79af84 commit 80a5d2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GitHacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def downloadFile(url, path):
response = requests.get(url)
if response.status_code == 200:
with open(path, "wb") as f:
print response.content
f.write(response.content)
print "[+] Success!"
else:
Expand Down

0 comments on commit 80a5d2e

Please sign in to comment.