[1.03.20] Test

This commit is contained in:
andrewso 2020-03-01 18:16:15 +00:00
parent 0a986e9ffd
commit f197670fd1

View File

@ -10,6 +10,8 @@ class keys():
def send(query): def send(query):
print(uri)
uri = keys().uri + "/graphql" uri = keys().uri + "/graphql"
headers = {'Content-type': 'application/json'} headers = {'Content-type': 'application/json'}