[1.03.20] Test
This commit is contained in:
parent
f197670fd1
commit
e2dad23f98
@ -10,11 +10,11 @@ class keys():
|
||||
|
||||
def send(query):
|
||||
|
||||
print(uri)
|
||||
|
||||
uri = keys().uri + "/graphql"
|
||||
headers = {'Content-type': 'application/json'}
|
||||
|
||||
print(uri)
|
||||
|
||||
response = requests.post(uri, json={'query': query}, headers=headers)
|
||||
|
||||
statusCode = response.status_code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user