Sponsorship auto-generate v0.1.41

This commit is contained in:
Jokob-sk
2024-01-29 07:44:32 +11:00
parent 131c83826a
commit f05c90063c
2 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ def fetch_sponsors():
response = requests.post(graphql_url, json={"query": graphql_query}, headers=headers)
data = response.json()
print(f"Debug GraphQL query result: {data}")
if "errors" in data:
print(f"GraphQL query failed: {data['errors']}")
return {"sponsors": []}