Advertisement
Urbanecm

Untitled

Oct 25th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. urbanecm@notebook ~
  2. $ python3
  3. Python 3.6.5 (default, Apr 1 2018, 05:46:30)
  4. [GCC 7.3.0] on linux
  5. Type "help", "copyright", "credits" or "license" for more information.
  6. >>> import requests
  7. >>> r = requests.get('https://martin.urbanec.cz/files/ip.php')
  8. >>> print(r.content)
  9. b'redacted'
  10. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement