Skip to content
Snippets Groups Projects
Commit 9f9d6e6d authored by releaser-duniter's avatar releaser-duniter
Browse files

Delete test.py

parent 611b70c1
No related branches found
No related tags found
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
#!/usr/bin/env python3
import urllib.request
url = "https://g1-test.duniter.org/network/peers"
request = urllib.request.Request(url)
response = urllib.request.urlopen(request)
print('status: %s' % response.status)
print('headers:', response.headers)
print('body:' + response.read().decode('utf-8'))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment