Working validated
This commit is contained in:
parent
84b121ace1
commit
32ce80e3b4
|
@ -5,7 +5,7 @@ from .models import Atlas
|
||||||
|
|
||||||
|
|
||||||
def webrequest(tld, stack):
|
def webrequest(tld, stack):
|
||||||
description_string = ("DNS measurement for " + tld + " in IPv" + str(stack))
|
description_string = ("DNS measurement for ." + tld + " in IPv" + str(stack))
|
||||||
url = "https://atlas.ripe.net/api/v2/measurements/"
|
url = "https://atlas.ripe.net/api/v2/measurements/"
|
||||||
api_key = config.ATLAS_API
|
api_key = config.ATLAS_API
|
||||||
headers = {
|
headers = {
|
||||||
|
|
Loading…
Reference in a new issue